pretty-print: don't abbreviate needlessly in user-facing string

This commit is contained in:
Lennart Poettering 2020-10-07 16:38:29 +02:00
parent 0f2219bb8f
commit e2d839d316
1 changed files with 1 additions and 1 deletions

View 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());