From c5be1ceb08e731de7a904fda1ec89f40f48e5ab8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Sep 2022 13:53:35 +0100 Subject: [PATCH] tmpfiles: let's suffix path to dirs with '/' also in log messages --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.47.3