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-Tag: APACHE_2_0_ALPHA_9~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4003f98ff008785282b55542ba328c78bf1c8e2e;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