Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 247:ce781bd98ddb Common_Ancestor
change app
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 05 Jul 2012 11:43:11 +0200 |
| parents | 4c7414df4f0e |
| children | da08f9717024 |
| files | Defines/VMS_defs__turn_on_and_off.h |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/Defines/VMS_defs__turn_on_and_off.h Wed Jun 06 17:59:58 2012 -0700 1.2 +++ b/Defines/VMS_defs__turn_on_and_off.h Thu Jul 05 11:43:11 2012 +0200 1.3 @@ -21,15 +21,15 @@ 1.4 /*turns on the probe-instrumentation in the application -- when not 1.5 * defined, the calls to the probe functions turn into comments 1.6 */ 1.7 -//#define DEBUG__TURN_ON_DEBUG_PRINT 1.8 +#define DEBUG__TURN_ON_DEBUG_PRINT 1.9 1.10 /*These defines turn types of bug messages on and off 1.11 */ 1.12 #define dbgAppFlow TRUE /* Top level flow of application code -- general*/ 1.13 #define dbgProbes FALSE /* for issues inside probes themselves*/ 1.14 #define dbgB2BMaster FALSE /* in coreloop, back to back master Slvs*/ 1.15 -#define dbgRqstHdlr FALSE /* in request handler code*/ 1.16 -#define dbgSS FALSE /* in request handler code*/ 1.17 +#define dbgRqstHdlr TRUE /* in request handler code*/ 1.18 +#define dbgSS TRUE /* in request handler code*/ 1.19 1.20 //#define DEBUG__TURN_ON_ERROR_MSGS 1.21
