Skip to content
Snippets Groups Projects
Commit cd4d9856 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1189: Changed some loglines.

parent e553f88a
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ void ClaimMgrTask::claimObject(const string& objectType, ...@@ -113,6 +113,7 @@ void ClaimMgrTask::claimObject(const string& objectType,
GCFPortInterface& replyPort) // ??? GCFPortInterface& replyPort) // ???
{ {
ASSERTSTR(itsClaimMgrPS, "There is no propertyset to access the claimManager"); ASSERTSTR(itsClaimMgrPS, "There is no propertyset to access the claimManager");
LOG_DEBUG_STR("ClaimObject(" << objectType << "," << nameInAppl << ")");
// save info // save info
itsObjectType = objectType; itsObjectType = objectType;
...@@ -218,7 +219,7 @@ GCFEvent::TResult ClaimMgrTask::operational(GCFEvent& event, GCFPortInterface& p ...@@ -218,7 +219,7 @@ GCFEvent::TResult ClaimMgrTask::operational(GCFEvent& event, GCFPortInterface& p
itsFieldsReceived++; itsFieldsReceived++;
} }
if (itsFieldsReceived >= 3) { if (itsFieldsReceived >= 3) {
LOG_DEBUG_STR("@@@@@ NewObjectName = " << itsResultDPname); LOG_DEBUG_STR("ClaimMgr:" << itsNameInAppl << "=" << itsResultDPname);
// Report claimresult back to the user // Report claimresult back to the user
CMClaimResultEvent cmEvent; CMClaimResultEvent cmEvent;
cmEvent.typeName = itsObjectType; cmEvent.typeName = itsObjectType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment