aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-28 22:08:18 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-28 22:08:18 +0100
commit708bd14e994765e818eb835da0bc0799e3e67ccd (patch)
treeed3f02e69510c1709de535b315990ac669ef183d /account.go
parent2444302510e2e26a71802d134c9440511900e06a (diff)
downloadeasybridge-708bd14e994765e818eb835da0bc0799e3e67ccd.tar.gz
easybridge-708bd14e994765e818eb835da0bc0799e3e67ccd.zip
Fixes
Diffstat (limited to 'account.go')
-rw-r--r--account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.go b/account.go
index 311b7de..732ff77 100644
--- a/account.go
+++ b/account.go
@@ -159,7 +159,7 @@ func LoadDbAccounts(mxid string, key *[32]byte) {
err = SetAccount(mxid, acct.Name, acct.Protocol, config)
if err != nil {
- ezbrSystemSendf("Could not setup account %s: %s", acct.Name, err.Error())
+ ezbrSystemSendf(mxid, "Could not setup account %s: %s", acct.Name, err.Error())
}
}
}