]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: let's suffix path to dirs with '/' also in log messages
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Sep 2022 12:53:35 +0000 (13:53 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Sep 2022 15:20:24 +0000 (00:20 +0900)
src/tmpfiles/tmpfiles.c

index 22317fe7e261670353077d8f768eac1c7bf74c3a..ac6c5993e3cb885fa1f5ae931afbe9cce398c10e 100644 (file)
@@ -280,7 +280,7 @@ static int log_unresolvable_specifier(const char *filename, unsigned line) {
                    notified ? LOG_DEBUG : LOG_NOTICE,
                    filename, line, 0,
                    "Failed to resolve specifier: %s, skipping",
-                   arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
+                   arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc/ detected");
 
         if (!notified)
                 log_notice("All rules containing unresolvable specifiers will be skipped.");