Add function name printing to the default output while we're still in development.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent 0aaf603317
commit 6346d1ddcf

@ -52,7 +52,7 @@ typedef enum {
} SCLogOPIface; } SCLogOPIface;
/* The default log_format, if it is not supplied by the user */ /* The default log_format, if it is not supplied by the user */
#define SC_LOG_DEF_LOG_FORMAT "%t - (%f:%l) <%d> -- " #define SC_LOG_DEF_LOG_FORMAT "%t - (%f:%l) <%d> (%n) -- "
/* The maximum length of the log message */ /* The maximum length of the log message */
#define SC_LOG_MAX_LOG_MSG_LEN 1024 #define SC_LOG_MAX_LOG_MSG_LEN 1024

Loading…
Cancel
Save