diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-25 12:15:07 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-17 23:41:10 -0400 |
commit | 4b744dfabebd10bf0f13b64060f44b1bd6c82704 (patch) | |
tree | 0f7f24600bdd026c439b6b36b62c2a0684ad5832 /src/core/condition.h | |
parent | d121b396ccb19dc33aacfc75a7f7a719914267c8 (diff) |
systemd: log failed conditions
ConditionPathExists=/tmp/nosuchpath failed for nosuchpath.service.
Diffstat (limited to 'src/core/condition.h')
-rw-r--r-- | src/core/condition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/condition.h b/src/core/condition.h index 50ed955af9..2ad77876e4 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -61,7 +61,7 @@ void condition_free(Condition *c); void condition_free_list(Condition *c); bool condition_test(Condition *c); -bool condition_test_list(Condition *c); +bool condition_test_list(const char *unit, Condition *c); void condition_dump(Condition *c, FILE *f, const char *prefix); void condition_dump_list(Condition *c, FILE *f, const char *prefix); |