mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
parent
d44f905801
commit
092b12361e
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ SelfVerificationStatus::invalidate()
|
||||||
{
|
{
|
||||||
using namespace mtx::secret_storage;
|
using namespace mtx::secret_storage;
|
||||||
|
|
||||||
nhlog::db()->info("Invalidating self verification status");
|
nhlog::db()->debug("Invalidating self verification status");
|
||||||
if (!cache::isInitialized()) {
|
if (!cache::isInitialized()) {
|
||||||
nhlog::db()->warn("SelfVerificationStatus: cache not initialized");
|
nhlog::db()->warn("SelfVerificationStatus: cache not initialized");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue