output: move function name in non-release output

pull/8482/head
Victor Julien 3 years ago
parent f834377c5f
commit 652de0cc99

@ -78,7 +78,7 @@ typedef enum {
#define SC_LOG_DEF_LOG_FORMAT_REL_NOTICE "%D: %S: %M"
#define SC_LOG_DEF_LOG_FORMAT_REL_INFO "%d: %S: %M"
#define SC_LOG_DEF_LOG_FORMAT_REL_CONFIG "[%i] %d: %S: %M"
#define SC_LOG_DEF_LOG_FORMAT_DEBUG "(%n) %d: %S: %M [%f:%l]"
#define SC_LOG_DEF_LOG_FORMAT_DEBUG "%d: %S: %M [%n:%f:%l]"
/* The maximum length of the log message */
#define SC_LOG_MAX_LOG_MSG_LEN 2048

Loading…
Cancel
Save