From: Andre Noll Date: Tue, 5 Oct 2010 06:10:54 +0000 (+0200) Subject: connect_local_socket(): Silence noisy debug message. X-Git-Tag: v0.4.5~34 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8eec0149df9d3a7566ff28060862ae605bd73b42;hp=1d33ccbff9a787e2aa13187fdc690227ffe72aea connect_local_socket(): Silence noisy debug message. --- diff --git a/net.c b/net.c index 32f3ffe9..64602a4b 100644 --- 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;