[systemd-commits] src/hostname
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Feb 24 07:51:28 PST 2014
src/hostname/hostnamed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a3c71c19766c4330ef95b27c875907ec7fe2fd8
Author: Michal Sekletar <msekleta at redhat.com>
Date: Mon Feb 24 15:59:29 2014 +0100
hostnamed: correct error message
We are not parsing timezone data.
diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
index 0f2455b..6aa08ca 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;
}
More information about the systemd-commits
mailing list