From 4b744dfabebd10bf0f13b64060f44b1bd6c82704 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 25 Jun 2013 12:15:07 -0400 Subject: systemd: log failed conditions ConditionPathExists=/tmp/nosuchpath failed for nosuchpath.service. --- src/core/condition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/condition.h') 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); -- cgit v1.2.3-54-g00ecf