From 69c37f741b8bd8aea95019e1debf5e3bfa9d7fff Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 9 Mar 2010 00:31:34 -0500 Subject: [PATCH] change benign WARN to DBG --- libustcomm/ustcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 89b918a..cb72db6 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -503,7 +503,7 @@ static int init_named_socket(const char *name, char **path_out) PERROR("unlink of socket file"); goto close_sock; } - WARN("socket already exists; overwriting"); + DBG("socket already exists; overwriting"); } result = bind(fd, (struct sockaddr *)&addr, sizeof(addr)); -- 2.34.1