mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
hostnamed: correct error message
We are not parsing timezone data.
This commit is contained in:
committed by
Lennart Poettering
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user