]> arthur.barton.de Git - netatalk.git/commitdiff
Adjust loglevel
authorFrank Lahm <franklahm@googlemail.com>
Fri, 10 Dec 2010 10:18:56 +0000 (11:18 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 10 Dec 2010 10:18:56 +0000 (11:18 +0100)
etc/cnid_dbd/main.c

index 62ddf9144c703a5fddfad1346132b6a2e1649a92..48b1d5075f34ccbea2a2153fd68770a0f59e92c9 100644 (file)
@@ -359,7 +359,7 @@ int main(int argc, char *argv[])
         LOG(log_error, logtype_cnid, "Error loading charsets!");
         exit(EXIT_FAILURE);
     }
-    LOG(log_note, logtype_cnid, "db dir: \"%s\"", dbpath);
+    LOG(log_debug, logtype_cnid, "db dir: \"%s\"", dbpath);
 
     switch_to_user(dbpath);