src/daemon/plugin.c: Address review comments.
[collectd.git] / src / network.c
index 6b43ae7..d7eb32c 100644 (file)
@@ -3477,7 +3477,7 @@ static int network_init (void)
                status = plugin_thread_create (&dispatch_thread_id,
                                NULL /* no attributes */,
                                dispatch_thread,
-                               NULL /* no argument */, "network dispatch");
+                               NULL /* no argument */, "network disp");
                if (status != 0)
                {
                        char errbuf[1024];