keypair logging adjustments

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-17 15:09:36 -04:00
parent a0161ed7c1
commit 7f22f0e3a6
3 changed files with 14 additions and 3 deletions

View file

@ -152,7 +152,7 @@ impl Service<'_> {
let keypair = match keypair {
Ok(k) => k,
Err(e) => {
error!("Keypair invalid. Deleting...");
error!("Homeserver signing keypair in database is invalid. Deleting...");
db.remove_keypair()?;
return Err(e);
},