From f8918aaa1945bbb2d8479c0124b0b0355c45f116 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 20 Sep 1991 15:30:21 +0000 Subject: [PATCH] MPDEBUG -> CASDEBUG --- src/rsrv/caserverio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }