CVS: bopm/src irc.c,1.26,1.27

[email protected]
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
Update of /data/cvs/bopm/src
In directory angora.blitzed.org:/tmp/cvs-serv9671

Modified Files:
	irc.c 
Log Message:

irc.c: Added extra irc_read debug logging.


Index: irc.c
===================================================================
RCS file: /data/cvs/bopm/src/irc.c,v
retrieving revision 1.26
retrieving revision 1.27
diff --unified=6 -r1.26 -r1.27
--- irc.c	29 Nov 2003 17:46:28 -0000	1.26
+++ irc.c	29 Nov 2003 19:56:19 -0000	1.27
@@ -515,12 +515,14 @@
       if (c != '\r' && c != '\n' && c != '\0')
          IRC_RAW[IRC_RAW_LEN++] = c;
    }
 
    if((len <= 0) && (errno != EAGAIN))
    {
+      if(OPT_DEBUG >= 2)
+         log_printf("irc_read -> errno=%d len=%d", errno, len);
       irc_reconnect();
       IRC_RAW_LEN = 0;
       return;
    }
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.