diff options
author | Sage Weil <sage@newdream.net> | 2012-03-27 19:41:12 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-03-27 19:41:12 +0200 |
commit | f41887e38d70970f4d0181fb73e835ece68cee6c (patch) | |
tree | dd6f896fa260344f3f8b0b35659d27118f2293f7 /src/mds/InoTable.cc | |
parent | config: use our assert (diff) | |
download | ceph-f41887e38d70970f4d0181fb73e835ece68cee6c.tar.xz ceph-f41887e38d70970f4d0181fb73e835ece68cee6c.zip |
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/mds/InoTable.cc')
-rw-r--r-- | src/mds/InoTable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/InoTable.cc b/src/mds/InoTable.cc index a51db89e137..426b9150ea6 100644 --- a/src/mds/InoTable.cc +++ b/src/mds/InoTable.cc @@ -19,7 +19,7 @@ #include "common/config.h" -#define DOUT_SUBSYS mds +#define dout_subsys ceph_subsys_mds #undef dout_prefix #define dout_prefix *_dout << "mds." << mds->get_nodeid() << "." << table_name << ": " |