X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=cb72db65733eb5353c7d10a74018ff856874c648;hb=69c37f741b8bd8aea95019e1debf5e3bfa9d7fff;hp=89b918aae5590bf24750e645df49922fb7fd2772;hpb=463011e4be98c30caf7be5185463c732563a860f;p=ust.git 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));