diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-11-01 22:24:10 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-11-01 22:24:11 +0200 |
commit | 4f7cdd90fd6d8d64ac8bdf58de6f9fc65de42029 (patch) | |
tree | 52604fe3bdedab028c3747f2ec5175aa9385a578 | |
parent | Merge pull request #4721 (diff) | |
parent | Update db_lmdb.cpp (diff) | |
download | monero-4f7cdd90fd6d8d64ac8bdf58de6f9fc65de42029.tar.xz |
Merge pull request #4639
ec301390 Update db_lmdb.cpp (Cactii1)
-rw-r--r-- | src/blockchain_db/lmdb/db_lmdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_db/lmdb/db_lmdb.cpp b/src/blockchain_db/lmdb/db_lmdb.cpp index bd91f308a..d9c849cca 100644 --- a/src/blockchain_db/lmdb/db_lmdb.cpp +++ b/src/blockchain_db/lmdb/db_lmdb.cpp @@ -1208,7 +1208,7 @@ void BlockchainLMDB::open(const std::string& filename, const int db_flags) if (is_hdd_result) { if (is_hdd_result.value()) - MCLOG_RED(el::Level::Warning, "global", "The blockchain is on a rotating drive: this will be very slow, use a SSD if possible"); + MCLOG_RED(el::Level::Warning, "global", "The blockchain is on a rotating drive: this will be very slow, use an SSD if possible"); } m_folder = filename; |