From: Lennart Poettering Date: Mon, 1 Jul 2013 23:35:58 +0000 (+0200) Subject: scope: fix state string table X-Git-Tag: v205~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=358712f3de33789b2d1293825f1add2c6f4b8e66 scope: fix state string table --- diff --git a/src/core/scope.c b/src/core/scope.c index e1a3545db..e0de951b1 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -414,7 +414,7 @@ _pure_ static const char *scope_sub_state_to_string(Unit *u) { static const char* const scope_state_table[_SCOPE_STATE_MAX] = { [SCOPE_DEAD] = "dead", - [SCOPE_RUNNING] = "active", + [SCOPE_RUNNING] = "running", [SCOPE_STOP_SIGTERM] = "stop-sigterm", [SCOPE_STOP_SIGKILL] = "stop-sigkill", [SCOPE_FAILED] = "failed",