]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pretty-print: don't abbreviate needlessly in user-facing string
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2020 14:38:29 +0000 (16:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2020 20:19:33 +0000 (22:19 +0200)
src/shared/pretty-print.c

index edba23985f33f0faafccdc7b1b4b19ac05286246..f690f334a2afe6d0914abe1b7b7e4bb4107e3c9f 100644 (file)
@@ -174,7 +174,7 @@ int cat_files(const char *file, char **dropins, CatFlags flags) {
         if (file) {
                 r = cat_file(file, false);
                 if (r == -ENOENT && (flags & CAT_FLAGS_MAIN_FILE_OPTIONAL))
-                        printf("%s# config file %s not found%s\n",
+                        printf("%s# Configuration file %s not found%s\n",
                                ansi_highlight_magenta(),
                                file,
                                ansi_normal());