Commit f2274ccc authored by Ben Laurie's avatar Ben Laurie
Browse files

The current hooking module is _not_ a debugging aid.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87822 13f79535-47bb-0310-9956-ffa450edef68
parent 2971d56b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ AP_DECLARE(void) ap_register_hooks(module *m, apr_pool_t *p)
	    printf("Registering hooks for %s\n",m->name);
	    apr_debug_module_hooks=1;
	}
	apr_debug_module_name=m->name;
	apr_current_hooking_module=m->name;
	m->register_hooks(p);
    }
}