mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
ssh-generator: reword error message
We have two error messages with exactly the same message. Let's change one so that it is possible to distinguish them in logs.
This commit is contained in:
@@ -35,6 +35,6 @@ int vsock_get_local_cid_or_warn(unsigned *ret) {
|
||||
return 0;
|
||||
}
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to query local AF_VSOCK CID: %m");
|
||||
return log_error_errno(r, "Failed to query host's AF_VSOCK CID: %m");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user