Suppress these debug lines.

remotes/origin/master-1.0.x
Jason Ish 16 years ago committed by Victor Julien
parent 9b422c443e
commit 527d735500

@ -1039,13 +1039,11 @@ void SCLogLoadConfig(void)
if (strcmp(interface, "console") == 0) { if (strcmp(interface, "console") == 0) {
/* No other lookups required for console logging. */ /* No other lookups required for console logging. */
printf("Setting up console logging: log_level=%s.\n", /* \todo Setup console logging... */
log_level);
} }
else if (strcmp(interface, "syslog") == 0) { else if (strcmp(interface, "syslog") == 0) {
facility = (char *)ConfNodeLookupChildValue(output, "facility"); facility = (char *)ConfNodeLookupChildValue(output, "facility");
printf("Setting up syslog logging: log_level=%s, facility=%s.\n", /* \todo Setup syslog logging. */
log_level, facility);
} }
else { else {
SCLogWarning(SC_UNIMPLEMENTED, SCLogWarning(SC_UNIMPLEMENTED,

Loading…
Cancel
Save