]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: Monitor: remove lingering debug message from f087d84b 527/head
authorJoao Eduardo Luis <jecluis@gmail.com>
Thu, 22 Aug 2013 15:44:41 +0000 (16:44 +0100)
committerJoao Eduardo Luis <jecluis@gmail.com>
Thu, 22 Aug 2013 15:46:50 +0000 (16:46 +0100)
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
src/mon/Monitor.cc

index 61e2a2aa57ac53e77fa9282955b383b8c69eb038..45ca02027fc9632cec73511d5c21d398fe69355b 100644 (file)
@@ -1878,7 +1878,6 @@ bool Monitor::_allowed_command(MonSession *s, string &module, string &prefix,
   MonCommand *this_cmd = NULL;
   for (MonCommand *cp = mon_commands;
        cp < &mon_commands[ARRAY_SIZE(mon_commands)]; cp++) {
-    dout(0) << __func__ << " CAPSBAR >> matching against " << cp->cmdstring << dendl;
     if (cp->cmdstring.find(prefix) != string::npos) {
       this_cmd = cp;
       break;