summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 1adf8eee..45fc852d 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -1140,7 +1140,7 @@ Cache::runMigrations() auto db = lmdb::dbi::open(txn, dbName.c_str()); db.drop(txn, true); } catch (std::exception &e) { - nhlog::db()->warning( + nhlog::db()->warn( "Failed to drop '{}': {}", dbName, e.what()); } };