[systemd-commits] src/tmpfiles
Kay Sievers
kay at kemper.freedesktop.org
Sun Jun 10 10:32:14 PDT 2012
src/tmpfiles/tmpfiles.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 94f7a71442bda7c43191979ea13cc97112745ce4
Author: Kay Sievers <kay at vrfy.org>
Date: Sun Jun 10 19:31:39 2012 +0200
tmpfiles: fix error message
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 12ec0b2..22362ea 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -1321,7 +1321,7 @@ int main(int argc, char *argv[]) {
fragment = resolve_fragment(argv[j], conf_file_dirs);
if (!fragment) {
- log_error("Failed to find any: %s file: %m", argv[j]);
+ log_error("Failed to find a %s file: %m", argv[j]);
r = EXIT_FAILURE;
goto finish;
}
More information about the systemd-commits
mailing list