From: Pierre-Marc Fournier Date: Tue, 9 Mar 2010 05:31:34 +0000 (-0500) Subject: change benign WARN to DBG X-Git-Tag: v0.4~23 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=69c37f741b8bd8aea95019e1debf5e3bfa9d7fff change benign WARN to DBG --- 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));