ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.8,1.9


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.8,1.9
Date: Mon, 13 Jan 2003 04:11:41 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv23322/modules/workwizu

Modified Files:
        workwizu.c 
Log Message:
remove printf, msn conn checker less sensitive


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- workwizu.c  13 Jan 2003 05:45:57 -0000      1.8
+++ workwizu.c  13 Jan 2003 09:11:37 -0000      1.9
@@ -157,7 +157,7 @@
   {
     if(read(sock, &c, 1)<1)
     {
-      printf("What the..?!\n"); //DEBUG
+      eb_debug(DBG_MOD,"What the..?!\n"); //DEBUG
       return NULL;
     }
     if(c=='\r') { continue; }
@@ -293,7 +293,6 @@
        user->is_driver = !strcmp(tokens[0],"true");
        user->is_typing = !strcmp(tokens[6],"true");
        user->has_speak = !strcmp(tokens[1],"true");
-       printf("%s has %s speak\n",sfrom, user->has_speak?"":"not");
        buddy_update_status(ea);
        if (user->is_typing && iGetLocalPref("do_typing_notify"))
                eb_update_status(ea, _("typing..."));
@@ -330,7 +329,6 @@
                        eb_start_chat_room(SERVICE_INFO.protocol_id, name);
                        free(name);
                }
-               printf("wad->chat_room = %p\n",wad->chat_room);
                eb_chat_room_show_message(wad->chat_room, 
ea->account_contact->nick, data);
        }
        g_free(sfrom);
@@ -670,7 +668,6 @@
                i++;
        }
        g_strfreev(tokens);
-       printf("out=%s\n",out);
        return out;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]