hostnamed: correct error message

We are not parsing timezone data.
This commit is contained in:
Michal Sekletar
2014-02-24 16:48:32 +01:00
committed by Lennart Poettering
parent 2d62c530d2
commit 3a3c71c197
+1 -1
View File
@@ -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;
}