From: Michal Sekletar Date: Mon, 24 Feb 2014 14:59:29 +0000 (+0100) Subject: hostnamed: correct error message X-Git-Tag: v210~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3a3c71c19766c4330ef95b27c875907ec7fe2fd8;hp=2d62c530d2b4c2730abff715b7342f1402114513 hostnamed: correct error message We are not parsing timezone data. --- 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; }