more verbose error to try and highlight permissions problems

This commit is contained in:
Ron Pedde 2004-12-07 00:25:17 +00:00
parent 007fb3725c
commit c75a402576
1 changed files with 2 additions and 2 deletions

View File

@ -292,8 +292,8 @@ int db_open(char *parameters, int reload) {
db_gdbmunlock();
if(!db_songs) {
DPRINTF(E_FATAL,L_DB,"Could not open songs database (%s)\n",
db_path);
DPRINTF(E_FATAL,L_DB,"Could not open songs database (%s): %s\n",
db_path,strerror(errno));
return -1;
}