aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'account.go')
-rw-r--r--account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/account.go b/account.go
index e6a2e3d..da6e854 100644
--- a/account.go
+++ b/account.go
@@ -188,6 +188,7 @@ func (a *Account) ezbrMessagef(format string, args ...interface{}) {
}
func (a *Account) connect() {
+ log.Printf("Connecting %s %s (%s)", a.MatrixUser, a.AccountName, a.Protocol)
ezbrSystemSendf(a.MatrixUser, "Connecting to account %s (%s)", a.AccountName, a.Protocol)
err := a.Conn.Configure(a.Config)