Gitweb: http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=5a4cc0c888396c... Commit: 5a4cc0c888396c4efc8d7f6ffffd0e960b5259cb Parent: 13b5aea8fb2fe7f7e59b049dc4c45e8777b2fbbb Author: David Teigland teigland@redhat.com AuthorDate: Fri Oct 5 10:19:35 2012 -0500 Committer: David Teigland teigland@redhat.com CommitterDate: Fri Oct 5 10:26:16 2012 -0500
fenced: silence dbus error
Don't log unimportant error that worries people.
bz 861340
Signed-off-by: David Teigland teigland@redhat.com --- fence/fenced/dbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fence/fenced/dbus.c b/fence/fenced/dbus.c index 5d1e1d5..9d7be2f 100644 --- a/fence/fenced/dbus.c +++ b/fence/fenced/dbus.c @@ -13,7 +13,7 @@ static DBusConnection *bus = NULL; void fd_dbus_init(void) { if (!(bus = dbus_bus_get_private(DBUS_BUS_SYSTEM, NULL))) { - log_error("failed to get dbus connection"); + log_debug("failed to get dbus connection"); } else { log_debug("connected to dbus %s", dbus_bus_get_unique_name(bus)); }
cluster-commits@lists.stg.fedorahosted.org