From 4003f98ff008785282b55542ba328c78bf1c8e2e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 12 Dec 2000 06:04:41 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/Win9xConHook.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1