aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.go b/account.go
index 3ed1a61..311b7de 100644
--- a/account.go
+++ b/account.go
@@ -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
}