(nothing)

This commit is contained in:
Alex 2020-02-28 18:29:10 +01:00
parent d4e07e81c5
commit 35b93d2722
1 changed files with 1 additions and 1 deletions

View File

@ -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
}