]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/main.c
Cleanup respawn throttling code
[netatalk.git] / etc / cnid_dbd / main.c
index e050a0e5137c4c1010f98ffc30865edffd4d384a..a4883d8264f6b26d6afb3e5aa627ffc75361a160 100644 (file)
@@ -247,7 +247,7 @@ static void switch_to_user(char *dir)
         exit(1);
     }
     if (!getuid()) {
-        LOG(log_info, logtype_cnid, "Setting uid/gid to %i/%i", st.st_uid, st.st_gid);
+        LOG(log_debug, logtype_cnid, "Setting uid/gid to %i/%i", st.st_uid, st.st_gid);
         if (setgid(st.st_gid) < 0 || setuid(st.st_uid) < 0) {
             LOG(log_error, logtype_cnid, "uid/gid: %s", strerror(errno));
             exit(1);