mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
pretty-print: don't abbreviate needlessly in user-facing string
This commit is contained in:
parent
0f2219bb8f
commit
e2d839d316
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user