mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-22 17:57:49 +03:00
hostnamed: correct error message
We are not parsing timezone data.
This commit is contained in:
parent
2d62c530d2
commit
3a3c71c197
@ -635,7 +635,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
r = context_read_data(&context);
|
||||
if (r < 0) {
|
||||
log_error("Failed to read timezone data: %s", strerror(-r));
|
||||
log_error("Failed to read hostname and machine information: %s", strerror(-r));
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user