Merge pull request #4639

ec301390 Update db_lmdb.cpp (Cactii1)
This commit is contained in:
Riccardo Spagni 2018-11-01 22:24:10 +02:00
commit 4f7cdd90fd
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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;