1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 15:53:13 +02:00
This commit is contained in:
codemastr
2002-08-11 00:40:24 +00:00
parent 43e470f898
commit 272b7dd892
-1
View File
@@ -199,7 +199,6 @@ static void rem_request(ResRQ *old)
#ifdef DEBUGMODE
Debug((DEBUG_INFO, "rem_request:Remove %#x at %#x %#x",
old, *rptr, r2ptr));
ircd_log(LOG_ERROR, "Crash Info: %#x at %#x %#x - %s", old, *rptr, r2ptr, r2ptr->name ? r2ptr->name : "No name");
#endif
r2ptr = old;
#ifndef _WIN32