From 35b93d27224f49e984ebe2894369528202e1e428 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 Feb 2020 18:29:10 +0100 Subject: [PATCH] (nothing) --- account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }