adu.ggo: Remove unused --config-file option.
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 6d4780e3bff9937eea053413ca6db82f2b14bd76..0cd1644c236c17908656eb25c24c12084b7c9967 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -208,8 +208,10 @@ int open_dir_table(int create)
                        goto out;
                NOTICE_LOG("creating dir table\n");
                ret = osl(osl_create_table(&dir_table_desc));
-               if (ret < 0)
+               if (ret < 0) {
+                       ERROR_LOG("could not create %s\n", dir_table_desc.dir);
                        goto out;
+               }
        }
        INFO_LOG("opening dir table\n");
        return osl(osl_open_table(&dir_table_desc, &dir_table));