ctdb-daemon: Drop incorrect log message
authorMartin Schwenke <martin@meltin.net>
Thu, 30 Aug 2018 23:06:51 +0000 (09:06 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 3 Sep 2018 08:52:11 +0000 (10:52 +0200)
commitb5453bc27add11a7288772a59adcc605328b9098
tree134781d7d20983cf819765809309b4a5aaa2bf33
parent6d3d9a85e5630ba398ac953ad1515155f10224d9
ctdb-daemon: Drop incorrect log message

The message is incorrect because the actual failure was loading the
config file.  Instead of fixing the message, drop it because
ctdb_config_load() already logs the failure.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13589

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdbd.c