X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/a6a30f6f7be1f5d93a7e48fa8a1f5853576da4a3..68ff929f3d4d614c131b8e3b67052ba0a2bbec8e:/src/restart.c diff --git a/src/restart.c b/src/restart.c index 4ccfb76..cc831e4 100644 --- a/src/restart.c +++ b/src/restart.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: restart.c 486 2006-01-15 10:36:32Z nenolod $ + * $Id: restart.c 3249 2007-03-05 18:51:17Z nenolod $ */ #include "stdinc.h" @@ -46,7 +46,7 @@ restart(const char *mesg) abort(); was_here = YES; - ilog(L_MAIN, "Restarting Server because: %s, memory data limit: %ld", mesg, get_maxrss()); + ilog(L_MAIN, "Restarting Server because: %s", mesg); server_reboot(); }