diff options
Diffstat (limited to 'src/initlog.c')
-rw-r--r-- | src/initlog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/initlog.c b/src/initlog.c index 96b5af87..cd787fcf 100644 --- a/src/initlog.c +++ b/src/initlog.c @@ -121,7 +121,6 @@ int logLine(struct logInfo *logEnt) { if (logEntries>0) { for (x=0;x<logEntries;x++) { openlog(logData[x].cmd,0,logData[x].fac); - printf("flushing %s\n",logData[x].line); syslog(logData[x].pri,"%s",logData[x].line); closelog(); } |