keypair logging adjustments
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a0161ed7c1
commit
7f22f0e3a6
3 changed files with 14 additions and 3 deletions
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue