This commit is contained in:
Ron Pedde 2006-01-12 06:53:25 +00:00
parent 40ab6dfb01
commit 7b6560c651
1 changed files with 1 additions and 1 deletions

View File

@ -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);