diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-28 18:29:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-28 18:29:10 +0100 |
commit | 35b93d27224f49e984ebe2894369528202e1e428 (patch) | |
tree | c0f467b17ae7123ddf041532deba18e660db1056 | |
parent | d4e07e81c532bf41fe827d9594cdcb505a7f7028 (diff) | |
download | easybridge-35b93d27224f49e984ebe2894369528202e1e428.tar.gz easybridge-35b93d27224f49e984ebe2894369528202e1e428.zip |
(nothing)
-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 } |