summaryrefslogtreecommitdiff
path: root/util/auto_roll_logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/auto_roll_logger.h')
-rw-r--r--util/auto_roll_logger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/auto_roll_logger.h b/util/auto_roll_logger.h
index 7e42b46a9..bd0ad68fb 100644
--- a/util/auto_roll_logger.h
+++ b/util/auto_roll_logger.h
@@ -12,7 +12,7 @@
#include "port/port.h"
#include "util/posix_logger.h"
-namespace leveldb {
+namespace rocksdb {
// Rolls the log file by size and/or time
class AutoRollLogger : public Logger {
@@ -88,6 +88,6 @@ Status CreateLoggerFromOptions(
const Options& options,
std::shared_ptr<Logger>* logger);
-} // namespace leveldb
+} // namespace rocksdb
#endif // STORAGE_LEVELDB_UTIL_AUTO_ROLL_LOGGER_H