From 9ec19009eccbd0e67a931ceb672fd9db8f6e6de3 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Mon, 23 May 2005 01:14:30 +0000 Subject: [PATCH] that's the problem with vararg functions... no warning if you mess them up --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6f08ca90..8bdf2d14 100644 --- a/src/main.c +++ b/src/main.c @@ -421,7 +421,7 @@ int main(int argc, char *argv[]) { exit(EXIT_FAILURE); } - DPRINTF(E_LOG,"Starting with debuglevel %d\n",err_debuglevel); + DPRINTF(E_LOG,L_MAIN,"Starting with debuglevel %d\n",err_debuglevel); if(!foreground) { if(config.logfile) {