(nothing)
This commit is contained in:
parent
d4e07e81c5
commit
35b93d2722
1 changed files with 1 additions and 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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue