summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_message.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-20 07:47:37 +1000
committerAndrew Tridgell <tridge@samba.org>2007-04-20 07:47:37 +1000
commit01b7eac5369f6737430994d9c20ff359acc5507b (patch)
tree4fa834760172849ea1d46b6806edb7713622730f /ctdb/common/ctdb_message.c
parenteabe0bd7d4f0c9a609b617e1b58b8ba5fcd23fb9 (diff)
downloadsamba-01b7eac5369f6737430994d9c20ff359acc5507b.tar.gz
samba-01b7eac5369f6737430994d9c20ff359acc5507b.tar.xz
samba-01b7eac5369f6737430994d9c20ff359acc5507b.zip
minor debug changes
(This used to be ctdb commit 1950d96458238782c3bfd8e41a053c4be8330ef9)
Diffstat (limited to 'ctdb/common/ctdb_message.c')
-rw-r--r--ctdb/common/ctdb_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_message.c b/ctdb/common/ctdb_message.c
index 9de12f6bcb6..70fcf00c4dd 100644
--- a/ctdb/common/ctdb_message.c
+++ b/ctdb/common/ctdb_message.c
@@ -42,7 +42,7 @@ static int ctdb_dispatch_message(struct ctdb_context *ctdb, uint32_t srvid, TDB_
if (ml->srvid == srvid || ml->srvid == CTDB_SRVID_ALL) break;
}
if (ml == NULL) {
- DEBUG(0,(__location__ " daemon vnn:%d no msg handler for srvid=%u\n",
+ DEBUG(1,(__location__ " daemon vnn:%d no msg handler for srvid=%u\n",
ctdb_get_vnn(ctdb), srvid));
/* no registered message handler */
return -1;