diff --git a/src/rsrv/caserverio.c b/src/rsrv/caserverio.c index 27af58194..8ed6e09fb 100644 --- a/src/rsrv/caserverio.c +++ b/src/rsrv/caserverio.c @@ -29,6 +29,7 @@ * Modification Log: * ----------------- * .01 joh 071591 log time of last io in the client structure + * .02 joh 091691 use greater than on the DEBUG level test */ #include @@ -72,7 +73,7 @@ int lock_needed; &pclient->addr, sizeof(pclient->addr)); if(status>=0){ - if(MPDEBUG==2){ + if(CASDEBUG>2){ logMsg( "Sent a message of %d bytes\n", pclient->send.cnt); }