changeset 782:19121d9f4aa2

Nicer message when receiving IQ result packet (Thanks to pmw for the suggestion)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 01 Apr 2006 15:57:14 +0200
parents d3af6877a7df
children 25022410f80f
files mcabber/src/jab_iq.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/jab_iq.c	Mon Mar 27 23:42:31 2006 +0200
+++ b/mcabber/src/jab_iq.c	Sat Apr 01 15:57:14 2006 +0200
@@ -249,7 +249,7 @@
   }
   bjid = p;
 
-  buf = g_strdup_printf("IQ:version result from <%s>", bjid);
+  buf = g_strdup_printf("Received IQ:version result from <%s>", bjid);
   scr_LogPrint(LPRINT_LOGNORM, "%s", buf);
 
   // bjid should now really be the "bare JID", let's strip the resource
@@ -325,7 +325,7 @@
   }
   bjid = p;
 
-  buf = g_strdup_printf("IQ:time result from <%s>", bjid);
+  buf = g_strdup_printf("Received IQ:time result from <%s>", bjid);
   scr_LogPrint(LPRINT_LOGNORM, "%s", buf);
 
   // bjid should now really be the "bare JID", let's strip the resource