mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
typo
This commit is contained in:
parent
40ab6dfb01
commit
7b6560c651
@ -407,7 +407,7 @@ int config_read(char *file) {
|
||||
if(config.dbdir) {
|
||||
DPRINTF(E_LOG,L_MISC,"You are using db_dir rather than "
|
||||
"db_type/db_parms. This will stop working at "
|
||||
"some point. Please fix your config");
|
||||
"some point. Please fix your config\n");
|
||||
realpath(config.dbdir,path_buffer);
|
||||
free(config.dbdir);
|
||||
config.dbdir=strdup(path_buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user