diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-04 01:03:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-04 01:03:34 +0000 |
commit | e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893 (patch) | |
tree | 3b299a1b638cf16e4d9574318b683851395f6e4c /src/initlog.c | |
parent | 2aa519f20375260f6e22d408e8bce7fabf2140b6 (diff) | |
download | initscripts-e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893.tar initscripts-e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893.tar.gz initscripts-e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893.tar.bz2 initscripts-e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893.tar.xz initscripts-e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893.zip |
bugfixes...
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(); } |