diff options
author | Cactii1 <37589158+Cactii1@users.noreply.github.com> | 2018-10-17 21:36:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 21:36:10 +0200 |
commit | ec3013903b06768a04d5f33eabf38777977dd5f6 (patch) | |
tree | 3ae3a4433f3d09483f6d6585c3866e9343a76394 | |
parent | Merge pull request #4610 (diff) | |
download | monero-ec3013903b06768a04d5f33eabf38777977dd5f6.tar.xz |
Update db_lmdb.cpp
-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; |