From 8eec0149df9d3a7566ff28060862ae605bd73b42 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 5 Oct 2010 08:10:54 +0200 Subject: [PATCH] connect_local_socket(): Silence noisy debug message. --- net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2