From: William A. Rowe Jr Date: Tue, 12 Dec 2000 06:04:41 +0000 (+0000) Subject: To enable debugging, uncomment the line commented out below. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cf9a4d0c74e6c4206658ba381889914f4a9ce65;p=apache To enable debugging, uncomment the line commented out below. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/Win9xConHook.c b/server/mpm/winnt/Win9xConHook.c index 23ca321c47..0fca85ffcf 100644 --- a/server/mpm/winnt/Win9xConHook.c +++ b/server/mpm/winnt/Win9xConHook.c @@ -80,7 +80,11 @@ * registered HandlerRoutine. */ -#define DBG 1 +/* This debugging define turns on output to COM1, although you better init + * the port first (even using hyperterm). It's the only way to catch the + * goings on within system logoff/shutdown. + * #define DBG 1 + */ #include