From ac02a5eec572aceecbaedef25ed7a196ac0c397a Mon Sep 17 00:00:00 2001 From: caremoli Date: Wed, 16 Jan 2008 10:37:43 +0000 Subject: [PATCH] CCAR: improve WARNING --- src/Utils/Utils_ORB_INIT.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Utils_ORB_INIT.cxx b/src/Utils/Utils_ORB_INIT.cxx index 3eea5aef3..e2649a580 100644 --- a/src/Utils/Utils_ORB_INIT.cxx +++ b/src/Utils/Utils_ORB_INIT.cxx @@ -40,7 +40,7 @@ ORB_INIT::~ORB_INIT() { if ( ! CORBA::is_nil( _orb ) ) { - std::cerr << "WARNING: destroy is no more called at exit. Use explicit call." << std::endl; + std::cerr << "WARNING: orb destroy is no more called at exit. Use explicit call." << std::endl; //std::cerr << "appel _orb->destroy()" << std::endl; /* try { -- 2.39.2