mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
that's the problem with vararg functions... no warning if you mess them up
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user