From bf57fcff75b938a887d9d454807ce660591b11d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 30 Jul 2008 22:22:58 +0000 Subject: [PATCH] * hook init function calls to the same define --- webcit/mk_module_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit/mk_module_init.sh b/webcit/mk_module_init.sh index bf38637b3..4f58db1e3 100755 --- a/webcit/mk_module_init.sh +++ b/webcit/mk_module_init.sh @@ -108,7 +108,9 @@ for HOOK in $INIT_FUNCS; do HOOKNAME=`echo $HOOK |sed "s;InitModule_;;"` # Add this entry point to the .c file cat <> $C_FILE +#ifdef DBG_PRINNT_HOOKS_AT_START lprintf (CTDL_INFO, "Initializing $HOOKNAME\n"); +#endif $HOOK(); EOF # Add this entry point to the .h file -- 2.39.2