From: Wilfried Göesgens Date: Wed, 30 Jul 2008 22:22:58 +0000 (+0000) Subject: * hook init function calls to the same define X-Git-Tag: v7.86~2062 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=bf57fcff75b938a887d9d454807ce660591b11d8;p=citadel.git * hook init function calls to the same define --- 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