Skip to content

Commit

Permalink
logger: Increase the size of logger name string
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Feb 29, 2024
1 parent 3de34d6 commit eb9e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utils/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
extern "C" {
#endif

#define LOGGER_NAME_MAXLEN 16
#define LOGGER_NAME_MAXLEN 32

/**
* @brief A printf() like method that will be used to write out log lines.
Expand Down

0 comments on commit eb9e9e5

Please sign in to comment.