that's the problem with vararg functions... no warning if you mess them up

This commit is contained in:
Ron Pedde 2005-05-23 01:14:30 +00:00
parent a0d776a6d7
commit 9ec19009ec

View File

@ -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) {