]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
connect_local_socket(): Silence noisy debug message.
authorAndre Noll <maan@systemlinux.org>
Tue, 5 Oct 2010 06:10:54 +0000 (08:10 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 5 Oct 2010 06:10:54 +0000 (08:10 +0200)
net.c

diff --git a/net.c b/net.c
index 32f3ffe943d33d7ffca4f002e2d2c1c4a52841da..64602a4bf60e7ce934f230cb0ae9d63f5ec404f5 100644 (file)
--- a/net.c
+++ b/net.c
@@ -951,7 +951,7 @@ int connect_local_socket(const char *name)
        struct sockaddr_un unix_addr;
        int fd, ret;
 
-       PARA_INFO_LOG("connecting to %s\n", name);
+       PARA_DEBUG_LOG("connecting to %s\n", name);
        ret = init_unix_addr(&unix_addr, name);
        if (ret < 0)
                return ret;