diff mcabber/src/jabglue.c @ 40:d79ff2ce61c4

[/trunk] Changeset 56 by mikael * Log changes
author mikael
date Mon, 04 Apr 2005 20:59:45 +0000
parents 1441ba37a5c1
children a7c699bd09e0
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Mon Apr 04 20:55:03 2005 +0000
+++ b/mcabber/src/jabglue.c	Mon Apr 04 20:59:45 2005 +0000
@@ -604,7 +604,7 @@
           p = xmlnode_get_data(x); if (p) ns = p;
 
           if (ns) {
-            scr_LogPrint("New status: %s (%s)", ns, from);
+            //scr_LogPrint("New status: %s (%s)", ns, from);
             if (!strcmp(ns, "away"))      ust = away;
             else if (!strcmp(ns, "dnd"))  ust = dontdisturb;
             else if (!strcmp(ns, "xa"))   ust = notavail;
@@ -613,7 +613,7 @@
         }
 
         if (type && !strcmp(type, "unavailable")) {
-          scr_LogPrint("New status: unavailable/offline");
+          //scr_LogPrint("New status: unavailable/offline");
           ust = offline;
         }