From: Lennart Poettering Date: Fri, 16 Sep 2022 12:53:35 +0000 (+0100) Subject: tmpfiles: let's suffix path to dirs with '/' also in log messages X-Git-Tag: v252-rc1~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5be1ceb08e731de7a904fda1ec89f40f48e5ab8;p=thirdparty%2Fsystemd.git tmpfiles: let's suffix path to dirs with '/' also in log messages --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 22317fe7e26..ac6c5993e3c 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -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.");