]> arthur.barton.de Git - netatalk.git/commitdiff
Reduce log level
authorFrank Lahm <franklahm@googlemail.com>
Fri, 27 May 2011 13:09:56 +0000 (15:09 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 27 May 2011 13:09:56 +0000 (15:09 +0200)
etc/afpd/main.c

index eb9791400602ebc0331241dcb8480d7894f53271..1cedf49a0c70921515579af2af458b9b41b0fdc6 100644 (file)
@@ -439,7 +439,7 @@ int main(int ac, char **av)
 
                 case IPC_FD:
                     child = (afp_child_t *)polldata[i].data;
-                    LOG(log_note, logtype_afpd, "main: IPC request from child[%u]", child->pid);
+                    LOG(log_debug, logtype_afpd, "main: IPC request from child[%u]", child->pid);
 
                     if ((ret = ipc_server_read(server_children, child->ipc_fds[0])) == 0) {
                         fdset_del_fd(&fdset, &polldata, &fdset_used, &fdset_size, child->ipc_fds[0]);