From db0ab1056d34e5f77bf47e762b85ec01cf85a2a8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 4 Sep 2008 15:00:40 +0200 Subject: [PATCH] processes plugin: Fix a format string. --- src/processes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processes.c b/src/processes.c index 6ad46813..c8376812 100644 --- a/src/processes.c +++ b/src/processes.c @@ -850,7 +850,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) */ -- 2.11.0