Beautifying many debug messages..
[collectd.git] / src / unixsock.c
index 734403e..ddf4b67 100644 (file)
@@ -711,7 +711,7 @@ static void *us_server_thread (void *arg)
 
        while (loop != 0)
        {
-               DEBUG ("Calling accept..");
+               DEBUG ("unixsock plugin: Calling accept..");
                status = accept (sock_fd, NULL, NULL);
                if (status < 0)
                {