mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 20:54:02 +08:00
hostnamed: correct error message
We are not parsing timezone data.
This commit is contained in:
parent
2d62c530d2
commit
3a3c71c197
Notes:
Lennart Poettering
2014-02-25 15:17:46 +01:00
Backport: bugfix
@ -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…
Reference in New Issue
Block a user