mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 14:45:55 -05:00
that's the problem with vararg functions... no warning if you mess them up
This commit is contained in:
parent
a0d776a6d7
commit
9ec19009ec
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user