Code

{processes,unixsock} plugin: Remove annoying debug messages.
[collectd.git] / src / unixsock.c
index 4cf3c13465d33d7977700888fd542463e786c0f6..95ccb9da38cb3f266df901bb4781ca8c0269fa44 100644 (file)
@@ -863,9 +863,7 @@ static int us_shutdown (void)
 
        if (listen_thread != (pthread_t) 0)
        {
-               DEBUG ("unixsock plugin: Sending SIGTERM to listening thread");
                pthread_kill (listen_thread, SIGTERM);
-               DEBUG ("unixsock plugin: Waiting for thread to terminate");
                pthread_join (listen_thread, &ret);
                listen_thread = (pthread_t) 0;
        }