Merge branch 'collectd-4.4'
[collectd.git] / src / processes.c
index 257f5bb..f229804 100644 (file)
@@ -979,7 +979,7 @@ static int ps_read (void)
                                         * There's only zombie tasks, which are
                                         * handled above. */
                                        default:
-                                               WARNING ("Unknown thread status: %s",
+                                               WARNING ("Unknown thread status: %i",
                                                                thread_data.run_state);
                                                break;
                                } /* switch (thread_data.run_state) */