summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 562d3526..4da36cc6 100644
--- a/debug.c
+++ b/debug.c
@@ -962,7 +962,6 @@ rsRetVal dbgClassInit(void)
sigaction(SIGUSR1, &sigAct, NULL);
pszAltDbgFileName = getenv("RSYSLOG_DEBUGLOG");
-printf("dbg fl: %s\n", pszAltDbgFileName);
stddbg = stdout;
if(pszAltDbgFileName != NULL) {