Merge branch 'collectd-4.0' into collectd-4.1
[collectd.git] / src / unixsock.c
index 6abbfef..43e29c2 100644 (file)
@@ -623,7 +623,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)
                {