mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
pager: improve english a bit
This commit is contained in:
parent
913b9ba957
commit
118dccc948
@ -173,7 +173,7 @@ int pager_open(PagerFlags flags) {
|
||||
|
||||
execvp(pager_args[0], pager_args);
|
||||
log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
|
||||
"Failed execute %s, using fallback pagers: %m", pager_args[0]);
|
||||
"Failed to execute '%s', using fallback pagers: %m", pager_args[0]);
|
||||
}
|
||||
|
||||
/* Debian's alternatives command for pagers is
|
||||
@ -190,7 +190,7 @@ int pager_open(PagerFlags flags) {
|
||||
}
|
||||
execlp(exe, exe, NULL);
|
||||
log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
|
||||
"Failed execute %s, using next fallback pager: %m", exe);
|
||||
"Failed to execute '%s', using next fallback pager: %m", exe);
|
||||
}
|
||||
|
||||
r = loop_write(exe_name_pipe[1], "(built-in)", strlen("(built-in") + 1, false);
|
||||
|
Loading…
Reference in New Issue
Block a user