Remove debugging statement.
[oweals/busybox.git] / syslogd.c
index 89f5348ec94ffbd197fac8ee275873ffe33d4463..d334c50c9b3b72d0bf48f5ab65abb522ed1e574d 100644 (file)
--- a/syslogd.c
+++ b/syslogd.c
@@ -55,7 +55,7 @@
 #define __LOG_FILE "/var/log/messages"
 
 /* Path to the unix socket */
-static char lfile[BUFSIZ] = "";
+static char lfile[BUFSIZ];
 
 static char *logFilePath = __LOG_FILE;