From ff16932a0fe90274098c2af37ff1c0ea769d7718 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 16 Apr 2003 20:56:20 +0000 Subject: [PATCH] changed debug level of search messages --- src/cas/generic/casDGClient.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cas/generic/casDGClient.cc b/src/cas/generic/casDGClient.cc index fcf245fd3..84e2b526d 100644 --- a/src/cas/generic/casDGClient.cc +++ b/src/cas/generic/casDGClient.cc @@ -162,7 +162,7 @@ caStatus casDGClient::searchAction() } } - if ( this->getCAS().getDebugLevel() > 2u ) { + if ( this->getCAS().getDebugLevel() > 6u ) { char pHostName[64u]; this->hostName ( pHostName, sizeof ( pHostName ) ); printf ( "\"%s\" is searching for \"%s\"\n", @@ -795,7 +795,7 @@ caStatus casDGClient::processMsg () this->ctx.setMsg ( msgTmp, rawMP + hdrSize ); - if ( this->getCAS().getDebugLevel() > 2u ) { + if ( this->getCAS().getDebugLevel() > 5u ) { char pHostName[64u]; this->lastRecvAddr.stringConvert ( pHostName, sizeof ( pHostName ) ); caServerI::dumpMsg ( pHostName, "?",