From: prascle Date: Tue, 6 Feb 2007 08:50:36 +0000 (+0000) Subject: PR: Bug 14147 X-Git-Tag: V3_2_5~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2fe688310d0a84b8a2a43f33bd312258c91f57ac;p=modules%2Fkernel.git PR: Bug 14147 --- diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 934019a98..343409ada 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -65,7 +65,7 @@ bool Engines_Component_i::_isMultiInstance = false; Engines_Component_i::Engines_Component_i() { //ASSERT(0); - INFOS("Default Constructor..."); + MESSAGE("Default Constructor, not for normal use..."); } //=============================================================================