mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -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 */
|
||||
err_setlevel(atoi(cnew));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user