diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:21:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:21:52 +0200 |
commit | 6daf4f9001d87da9e92c04ff606b454c209f0951 (patch) | |
tree | 1b274eeb9fe507c43ef8e7e716e28e392227bae8 /src/unit.c | |
parent | 169c1bda807d183a362b47efe0b5b56e9320e430 (diff) |
unit: rename 'banned' load state to 'masked'
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.c b/src/unit.c index d45fe91560..a45a1f7725 100644 --- a/src/unit.c +++ b/src/unit.c @@ -2237,7 +2237,7 @@ static const char* const unit_load_state_table[_UNIT_LOAD_STATE_MAX] = { [UNIT_LOADED] = "loaded", [UNIT_ERROR] = "error", [UNIT_MERGED] = "merged", - [UNIT_BANNED] = "banned" + [UNIT_MASKED] = "masked" }; DEFINE_STRING_TABLE_LOOKUP(unit_load_state, UnitLoadState); |