ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src account.c,1.7,1.8


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src account.c,1.7,1.8
Date: Sat, 18 Jan 2003 07:41:21 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv11039

Modified Files:
        account.c 
Log Message:
s/printf/eb_debug/


Index: account.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/account.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- account.c   16 Jan 2003 17:28:26 -0000      1.7
+++ account.c   18 Jan 2003 12:41:19 -0000      1.8
@@ -182,7 +182,7 @@
                struct contact * c = (struct contact *)cts->data;
                FILE *test = NULL;
                char buff[255];
-               printf("contact:%s\n",c->nick);
+               eb_debug(DBG_CORE,"contact:%s\n",c->nick);
                make_safe_filename(buff, c->nick, c->group->name);
                if ( (test = fopen(buff,"r")) != NULL)
                        fclose(test);





reply via email to

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