From 3a3c71c19766c4330ef95b27c875907ec7fe2fd8 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 24 Feb 2014 15:59:29 +0100 Subject: [PATCH 1/1] hostnamed: correct error message We are not parsing timezone data. --- src/hostname/hostnamed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index 0f2455b69..6aa08cacb 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -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; } -- 2.30.2