Print syslog format with SCLogDebug() instead of printf()

pull/3325/head
Alexander Gozman 8 years ago committed by Victor Julien
parent 21078521f8
commit 10a360280f

@ -1406,8 +1406,7 @@ void SCLogLoadConfig(int daemon, int verbose)
facility = SC_LOG_DEF_SYSLOG_FACILITY;
}
}
printf("Initialization syslog logging with format \"%s\".\n",
format);
SCLogDebug("Initializing syslog logging with format \"%s\"", format);
have_logging = 1;
op_iface_ctx = SCLogInitSyslogOPIface(facility, format, level, type);
}

Loading…
Cancel
Save