From cd4d985691839ea23c20295263f8fec9e9dcead6 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Fri, 18 Jul 2008 15:44:41 +0000
Subject: [PATCH] Bug 1189: Changed some loglines.

---
 MAC/APL/RTDBCommon/src/ClaimMgrTask.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAC/APL/RTDBCommon/src/ClaimMgrTask.cc b/MAC/APL/RTDBCommon/src/ClaimMgrTask.cc
index f6e998a35ac..93ae54562b5 100644
--- a/MAC/APL/RTDBCommon/src/ClaimMgrTask.cc
+++ b/MAC/APL/RTDBCommon/src/ClaimMgrTask.cc
@@ -113,6 +113,7 @@ void ClaimMgrTask::claimObject(const string&		objectType,
 							   GCFPortInterface&	replyPort)	// ???
 {
 	ASSERTSTR(itsClaimMgrPS, "There is no propertyset to access the claimManager");
+	LOG_DEBUG_STR("ClaimObject(" << objectType << "," << nameInAppl << ")");
 
 	// save info
 	itsObjectType = objectType;
@@ -218,7 +219,7 @@ GCFEvent::TResult ClaimMgrTask::operational(GCFEvent& event, GCFPortInterface& p
 			itsFieldsReceived++;
 		}
 		if (itsFieldsReceived >= 3) {
-			LOG_DEBUG_STR("@@@@@ NewObjectName = " << itsResultDPname);
+			LOG_DEBUG_STR("ClaimMgr:" << itsNameInAppl << "=" << itsResultDPname);
 			// Report claimresult back to the user
 			CMClaimResultEvent	cmEvent;
 			cmEvent.typeName	= itsObjectType;
-- 
GitLab