chiark / gitweb /
hostnamed: correct error message
[elogind.git] / src / hostname / hostnamed.c
index 0f2455b69cf3042d17ef129a12788c5fbaf4e39e..6aa08cacb0385c5aca1af01638c55b30f69850c5 100644 (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;
         }