From 88615e544b251cfd21f763d2e242e0acbe7b8cfc Mon Sep 17 00:00:00 2001 From: san Date: Mon, 14 Nov 2011 08:41:49 +0000 Subject: [PATCH] Issue 21377 - debug output corrected http://salome.mantis.opencascade.com/view.php?id=21377 --- src/Session/SalomeApp_Engine_i.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Session/SalomeApp_Engine_i.cxx b/src/Session/SalomeApp_Engine_i.cxx index c31e83fb3..e43c936e9 100644 --- a/src/Session/SalomeApp_Engine_i.cxx +++ b/src/Session/SalomeApp_Engine_i.cxx @@ -49,7 +49,7 @@ using namespace std; SalomeApp_Engine_i::SalomeApp_Engine_i( const char* theComponentName ) { myComponentName = theComponentName; - MESSAGE("SalomeApp_Engine_i::SalomeApp_Engine_i(): myComponentName = "<< + MESSAGE("SalomeApp_Engine_i::SalomeApp_Engine_i(): myComponentName = " << myComponentName << ", this = " << this); } @@ -58,7 +58,7 @@ SalomeApp_Engine_i::SalomeApp_Engine_i( const char* theComponentName ) */ SalomeApp_Engine_i::~SalomeApp_Engine_i() { - MESSAGE("SalomeApp_Engine_i::~SalomeApp_Engine_i(): myComponentName = " << myComponentName << + MESSAGE("SalomeApp_Engine_i::~SalomeApp_Engine_i(): myComponentName = " << myComponentName << ", this = " << this); } -- 2.39.2