diff -r 2a4fefb98511 -r 0b4ed231ebc2 mcabber/src/jabglue.c --- 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 "