diff mcabber/src/jabglue.c @ 606:0b4ed231ebc2

Code cleanup + remove deprecated Agents list IQ request
author Mikael Berthe <mikael@lilotux.net>
date Thu, 15 Dec 2005 15:40:21 +0100
parents 9516db839e08
children 85648a0f963e
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Thu Dec 15 13:09:36 2005 +0100
+++ b/mcabber/src/jabglue.c	Thu Dec 15 15:40:21 2005 +0100
@@ -1249,7 +1249,7 @@
     x = jutil_presnew(JPACKET__UNSUBSCRIBED, from, 0);
     jab_send(jc, x);
     xmlnode_free(x);
-    scr_LogPrint(LPRINT_LOGNORM, "<%s> has unsubscribed to "
+    scr_LogPrint(LPRINT_LOGNORM, "<%s> wants to unsubscribe from "
                  "your presence updates", from);
   } else if (!strcmp(type, "subscribed")) {
     scr_LogPrint(LPRINT_LOGNORM, "<%s> has subscribed to your presence "