X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/62d289465fbe0c51a6a86f642f8b88d7b44bcb47..d3455e2c7e2f9040e1b7628d9cf52b26a24dcefc:/src/newconf.c diff --git a/src/newconf.c b/src/newconf.c index a8462e1..4981e44 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -13,7 +13,7 @@ #include "ircd_defs.h" #include "sprintf_irc.h" #include "common.h" -#include "s_log.h" +#include "logger.h" #include "s_conf.h" #include "s_user.h" #include "s_newconf.h" @@ -1674,7 +1674,7 @@ conf_report_error(const char *fmt, ...) char msg[IRCD_BUFSIZE + 1] = { 0 }; va_start(ap, fmt); - ircvsnprintf(msg, IRCD_BUFSIZE, fmt, ap); + rb_vsnprintf(msg, IRCD_BUFSIZE, fmt, ap); va_end(ap); if (testing_conf)