batchlog_manager: Rename logger

* More useful/referrable on command line (--log*)
* Matches class name (though not origin)
This commit is contained in:
Calle Wilund
2015-10-07 14:25:51 +02:00
parent 6f94a3bdad
commit b46496da34

View File

@@ -57,7 +57,7 @@
#include "db/config.hh"
#include "gms/failure_detector.hh"
static logging::logger logger("BatchLog Manager");
static logging::logger logger("batchlog_manager");
const uint32_t db::batchlog_manager::replay_interval;
const uint32_t db::batchlog_manager::page_size;