summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-22 14:56:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-22 14:56:44 +0200
commit055f0d67091ed02f276ebc0b68234755b899075e (patch)
treeb986a86f3aafe29c5aa693d061f3741965d1b748 /src
parentAdd db migration that clears the cache (diff)
downloadnheko-055f0d67091ed02f276ebc0b68234755b899075e.tar.xz
Even if you just change the log level, ensure that this compiles before pushing...
Diffstat (limited to 'src')
-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()); } };