X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/1d39b466d4ddd974674c9397589d45935c746ed0..40114db23cd832ebaa721a1c6307869eb666d9a0:/src/restart.c diff --git a/src/restart.c b/src/restart.c index ada978c..d3e3a58 100644 --- a/src/restart.c +++ b/src/restart.c @@ -21,7 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * $Id: restart.c 24244 2007-08-22 19:04:55Z androsyn $ */ #include "stdinc.h" @@ -45,9 +44,6 @@ restart(const char *mesg) abort(); was_here = YES; -#if 0 - ilog(L_MAIN, "Restarting Server because: %s, memory data limit: %ld", mesg, get_maxrss()); -#endif ilog(L_MAIN, "Restarting Server because: %s", mesg); server_reboot();