From 422cf215b66e9610b0adc39591ad69533be49eb7 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Sun, 16 Sep 2012 19:29:26 +0100 Subject: [PATCH] "Authentication succeeded" message to mention which account --- jabber-sasl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jabber-sasl.el b/jabber-sasl.el index d7992b1..d906933 100644 --- a/jabber-sasl.el +++ b/jabber-sasl.el @@ -127,7 +127,7 @@ Call REMEMBER with the password. REMEMBER is expected to return it as well." (fsm-send jc :authentication-failure)) ((eq (car xml-data) 'success) - (message "Authentication succeeded") + (message "Authentication succeeded for %s" (jabber-connection-bare-jid jc)) (fsm-send jc (cons :authentication-success passphrase)))) (list client step passphrase)))