diff options
-rw-r--r-- | account.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ func LoadDbAccounts(mxid string, key *[32]byte) { for _, acct := range allAccounts { config, err := decryptAccountConfig(acct.Config, key) if err != nil { - ezbrSystemSendf("Could not decrypt stored configuration for account %s", acct.Name) + ezbrSystemSendf("Could not decrypt stored configuration for account %s (%s)", acct.Name, acct.Protocol) continue } |