]> arthur.barton.de Git - netatalk.git/commitdiff
Log message
authorFrank Lahm <franklahm@googlemail.com>
Sat, 16 Apr 2011 14:36:57 +0000 (16:36 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Sat, 16 Apr 2011 14:36:57 +0000 (16:36 +0200)
etc/cnid_dbd/cnid_metad.c

index 0e32b8d5e12d83e20d92ddb3764286c4ad3d9b49..a51d15c4196d911f2f132cc42207cc6f87fddcb2 100644 (file)
@@ -579,7 +579,8 @@ int main(int argc, char *argv[])
 
         /* Load .volinfo file */
         if ((volinfo = allocvolinfo(volpath)) == NULL) {
-            LOG(log_severe, logtype_cnid, "allocvolinfo: %s", strerror(errno));
+            LOG(log_severe, logtype_cnid, "allocvolinfo(\"%s\"): %s",
+                volpath, strerror(errno));
             goto loop_end;
         }