# HG changeset patch # User Mikael Berthe # Date 1256394480 -7200 # Node ID a57f2634ee7c7a8e9c1dd8016a8ae7ce5ca35446 # Parent 81e2d8a9106bd928c5d0890ab90b49acf4fc40e8 Fix a misleading message diff -r 81e2d8a9106b -r a57f2634ee7c mcabber/src/commands.c --- a/mcabber/src/commands.c Sat Oct 24 16:24:21 2009 +0200 +++ b/mcabber/src/commands.c Sat Oct 24 16:28:00 2009 +0200 @@ -3185,7 +3185,7 @@ if (!strcasecmp(subcmd, "allow")) { xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); scr_LogPrint(LPRINT_LOGNORM, - "<%s> is now allowed to receive your presence updates.", + "Sent presence subscription approval to <%s>.", jid_utf8); } else if (!strcasecmp(subcmd, "cancel")) { xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED);