ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
(Generate patch)

Comparing hopm/trunk/src/irc.c (file contents):
Revision 6266 by michael, Sun Jul 12 17:05:26 2015 UTC vs.
Revision 6268 by michael, Sun Jul 12 17:15:45 2015 UTC

# Line 746 | Line 746 | irc_read(void)
746  
747    if ((len <= 0) && (errno != EAGAIN))
748    {
749 <    if (OPT_DEBUG >= 2)
750 <      log_printf("IRC -> Error reading data from server: %s", strerror(errno));
751 <
749 >    log_printf("IRC -> Error reading data from server: %s", strerror(errno));
750      irc_reconnect();
751 +
752      IRC_RAW_LEN = 0;
753      return;
754    }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)