summaryrefslogtreecommitdiff
path: root/src/librbd.cc
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-03-27 10:41:12 -0700
committerSage Weil <sage@newdream.net>2012-03-27 10:41:12 -0700
commitf41887e38d70970f4d0181fb73e835ece68cee6c (patch)
treedd6f896fa260344f3f8b0b35659d27118f2293f7 /src/librbd.cc
parentd6b0cbd442e7efe280c1a0f362e485d38bd91cf0 (diff)
downloadceph-f41887e38d70970f4d0181fb73e835ece68cee6c.tar.gz
log: new logging infrastructure
- explicitly defined subsystems, and ceph_subsys_FOO enums to go with them - modular log system with Entry object - separate gather level and log level - drop lots of DoutStreambuf hackery Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/librbd.cc')
-rw-r--r--src/librbd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librbd.cc b/src/librbd.cc
index 51cd4abd79b..0b20377d575 100644
--- a/src/librbd.cc
+++ b/src/librbd.cc
@@ -21,7 +21,7 @@
#include <errno.h>
#include <inttypes.h>
-#define DOUT_SUBSYS rbd
+#define dout_subsys ceph_subsys_rbd
#undef dout_prefix
#define dout_prefix *_dout << "librbd: "