mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
fix debuglevel not being honored in config
This commit is contained in:
parent
b5e2f92f19
commit
704822faa0
@ -450,7 +450,7 @@ void _conf_apply_element(char *section, char *key, char *cold, char *cnew) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if((strcmp(section,"general")==0) && (strcmp(key,"loglevel")==0)) {
|
if((strcmp(section,"general")==0) && (strcmp(key,"debuglevel")==0)) {
|
||||||
/* loglevel changed */
|
/* loglevel changed */
|
||||||
err_setlevel(atoi(cnew));
|
err_setlevel(atoi(cnew));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user