# HG changeset patch # User Mikael Berthe # Date 1157201977 -7200 # Node ID 82aaa7afbd037f5bd114f754a94648c0091b9f8b # Parent 819396bebdf5b5f2f90f00e880bc4628d9623624 Cosmetic changes diff -r 819396bebdf5 -r 82aaa7afbd03 mcabber/src/commands.c --- a/mcabber/src/commands.c Sat Sep 02 14:54:46 2006 +0200 +++ b/mcabber/src/commands.c Sat Sep 02 14:59:37 2006 +0200 @@ -1592,7 +1592,7 @@ roomname = buddy_getjid(bud); reason_utf8 = to_utf8(arg); jb_room_invite(roomname, jid, reason_utf8); - scr_LogPrint(LPRINT_LOGNORM, "Invitation sent to <%s>...", jid); + scr_LogPrint(LPRINT_LOGNORM, "Invitation sent to <%s>.", jid); g_free(reason_utf8); free_arg_lst(paramlst); } @@ -2104,11 +2104,11 @@ } else if (!strcasecmp(subcmd, "request")) { jb_subscr_request_auth(jid_utf8); scr_LogPrint(LPRINT_LOGNORM, - "Sent presence notification request to <%s>...", jid_utf8); + "Sent presence notification request to <%s>.", jid_utf8); } else if (!strcasecmp(subcmd, "request_unsubscribe")) { jb_subscr_request_cancel(jid_utf8); scr_LogPrint(LPRINT_LOGNORM, - "Sent presence notification ubsubscription request to <%s>...", + "Sent presence notification unsubscription request to <%s>.", jid_utf8); } else { scr_LogPrint(LPRINT_NORMAL, "Unrecognized parameter!");