change benign WARN to DBG
[ust.git] / libustcomm / ustcomm.c
index 89b918aae5590bf24750e645df49922fb7fd2772..cb72db65733eb5353c7d10a74018ff856874c648 100644 (file)
@@ -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));
This page took 0.02274 seconds and 4 git commands to generate.