diff VMS.h @ 112:fac1d896f6e9

fixed: incomplete initialization of first record in vp
author Nina Engelhardt
date Mon, 15 Aug 2011 18:54:19 +0200
parents b1817e2451b1
children 73fc5aafbe45
line diff
     1.1 --- a/VMS.h	Fri Aug 05 18:03:07 2011 +0200
     1.2 +++ b/VMS.h	Mon Aug 15 18:54:19 2011 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  #define dbgAppFlow   TRUE /* Top level flow of application code -- general*/
     1.5  #define dbgProbes    FALSE /* for issues inside probes themselves*/
     1.6  #define dbgB2BMaster FALSE /* in coreloop, back to back master VPs*/
     1.7 -#define dbgRqstHdlr  FALSE /* in request handler code*/
     1.8 +#define dbgRqstHdlr  TRUE /* in request handler code*/
     1.9  
    1.10  //Comment or un- the substitute half to turn on/off types of debug message
    1.11  #define DEBUG(  bool, msg)         \