summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 759febb)
raw | patch | inline | side by side (parent: 759febb)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 4 Sep 2008 13:00:40 +0000 (15:00 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 4 Sep 2008 13:00:40 +0000 (15:00 +0200) |
src/processes.c | patch | blob | history |
diff --git a/src/processes.c b/src/processes.c
index 6ad4681370aa7861e11cb7b956576010befd0faa..c8376812445fce298cd37bd21ed2afad3a2d5e3d 100644 (file)
--- a/src/processes.c
+++ b/src/processes.c
* 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) */