Code

src/utils_cache.c: Detect when a counter wraps around
[collectd.git] / src / unixsock.c
index 6abbfef9bd248abac42b3578eb6d3d1daf844df9..43e29c2e1bee700ac506c29399e89dd9fa26ff06 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)
                {