summaryrefslogtreecommitdiffstats
path: root/src/mon/MonCap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/MonCap.cc')
-rw-r--r--src/mon/MonCap.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mon/MonCap.cc b/src/mon/MonCap.cc
index aa18d123925..f7af40de12c 100644
--- a/src/mon/MonCap.cc
+++ b/src/mon/MonCap.cc
@@ -32,6 +32,11 @@
#include "include/ceph_assert.h"
+#define dout_subsys ceph_subsys_mon
+
+#undef dout_prefix
+#define dout_prefix *_dout << "MonCap "
+
using std::list;
using std::map;
using std::ostream;