Code

rc/utils_llist.c: Fix a bug in llist_prepend.
[collectd.git] / src / processes.c
index 9d8bc01d468eb088c65845e119dde4d9c4584d1f..22d369df279c73ddccaf4489d586eb7eddd84d08 100644 (file)
@@ -603,8 +603,8 @@ int ps_read_process (int pid, procstat_t *ps, char *state)
        /* Leave the rest at zero if this is only a zombi */
        if (ps->num_proc == 0)
        {
-               DEBUG ("This is only a zombi: pid = %i; name = %s;",
-                               pid, ps->name);
+               DEBUG ("processes plugin: This is only a zombi: pid = %i; "
+                               "name = %s;", pid, ps->name);
                return (0);
        }