mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
import-generator: fix copy/paste issue
This commit is contained in:
parent
a5e4a89b90
commit
a341ea5c01
@ -176,7 +176,7 @@ static int parse_credentials(void) {
|
||||
if (r == 0)
|
||||
break;
|
||||
if (r < 0) {
|
||||
log_error_errno(r, "Failed to parse credential 'ssh.listen': %m");
|
||||
log_error_errno(r, "Failed to parse credential 'import.pull': %m");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user