X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=db.c;h=26f82d4a26d2ebbeb94be0f05a176df98692f4d9;hp=d97a6e0e917ffd8b3662ba96d13bbcd37aadefd3;hb=c8ca222a5dfee03f5ac8ccaf1d1bbf8a45f0874c;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/db.c b/db.c index d97a6e0e..26f82d4a 100644 --- a/db.c +++ b/db.c @@ -17,7 +17,7 @@ */ -/** \file db.c functions common to all database tools. */ +/** \file db.c functions common to all audio file selectors */ #include "server.cmdline.h" #include "server.h" @@ -123,6 +123,6 @@ out: ret = -E_CHDIR; close(cwd_fd); if (ret < 0) - PARA_ERROR_LOG("ret = %x\n", -ret); + PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); return ret; }