From: Bastien Nocera Date: Sun, 18 Sep 2011 13:10:07 +0000 (+0100) Subject: hostnamed: Fix "SetStaticHostname" debug output X-Git-Tag: v36~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1e2591d48c642e30847ab6038088f8c1f0ec3b70;p=elogind.git hostnamed: Fix "SetStaticHostname" debug output Was using the wrong property (eg. not the one we just set) https://bugs.freedesktop.org/show_bug.cgi?id=40987 --- diff --git a/src/hostnamed.c b/src/hostnamed.c index 9e8825da7..0db78c096 100644 --- a/src/hostnamed.c +++ b/src/hostnamed.c @@ -396,7 +396,7 @@ static DBusHandlerResult hostname_message_handler( return bus_send_error_reply(connection, message, NULL, r); } - log_info("Changed static host name to '%s'", strempty(data[PROP_HOSTNAME])); + log_info("Changed static host name to '%s'", strempty(data[PROP_STATIC_HOSTNAME])); changed = bus_properties_changed_new( "/org/freedesktop/hostname1",