mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -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);
|
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(!foreground) {
|
||||||
if(config.logfile) {
|
if(config.logfile) {
|
||||||
|
Loading…
Reference in New Issue
Block a user