# HG changeset patch # User Nina Engelhardt # Date 1341481391 -7200 # Node ID ce781bd98ddbdeaa1405318d2a859d06a20f311b # Parent 4c7414df4f0e4a7e37fe71e8f31ce32a167850ee change app diff -r 4c7414df4f0e -r ce781bd98ddb Defines/VMS_defs__turn_on_and_off.h --- a/Defines/VMS_defs__turn_on_and_off.h Wed Jun 06 17:59:58 2012 -0700 +++ b/Defines/VMS_defs__turn_on_and_off.h Thu Jul 05 11:43:11 2012 +0200 @@ -21,15 +21,15 @@ /*turns on the probe-instrumentation in the application -- when not * defined, the calls to the probe functions turn into comments */ -//#define DEBUG__TURN_ON_DEBUG_PRINT +#define DEBUG__TURN_ON_DEBUG_PRINT /*These defines turn types of bug messages on and off */ #define dbgAppFlow TRUE /* Top level flow of application code -- general*/ #define dbgProbes FALSE /* for issues inside probes themselves*/ #define dbgB2BMaster FALSE /* in coreloop, back to back master Slvs*/ -#define dbgRqstHdlr FALSE /* in request handler code*/ -#define dbgSS FALSE /* in request handler code*/ +#define dbgRqstHdlr TRUE /* in request handler code*/ +#define dbgSS TRUE /* in request handler code*/ //#define DEBUG__TURN_ON_ERROR_MSGS