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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 4751 by michael, Thu Oct 16 12:18:56 2014 UTC vs.
Revision 4763 by michael, Sun Oct 19 15:02:58 2014 UTC

# Line 426 | Line 426 | ssl_init(void)
426      const char *s = ERR_lib_error_string(ERR_get_error());
427  
428      fprintf(stderr, "ERROR: Could not initialize the SSL Server context -- %s\n", s);
429 <    ilog(LOG_TYPE_IRCD, "ERROR: Could not initialize the SSL Server context -- %s\n", s);
429 >    ilog(LOG_TYPE_IRCD, "ERROR: Could not initialize the SSL Server context -- %s", s);
430      exit(EXIT_FAILURE);
431      return;  /* Not reached */
432    }
# Line 456 | Line 456 | ssl_init(void)
456      const char *s = ERR_lib_error_string(ERR_get_error());
457  
458      fprintf(stderr, "ERROR: Could not initialize the SSL Client context -- %s\n", s);
459 <    ilog(LOG_TYPE_IRCD, "ERROR: Could not initialize the SSL Client context -- %s\n", s);
459 >    ilog(LOG_TYPE_IRCD, "ERROR: Could not initialize the SSL Client context -- %s", s);
460      exit(EXIT_FAILURE);
461      return;  /* Not reached */
462    }

Diff Legend

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