Salome HOME
Merge from V6_main 11/02/2013
[modules/kernel.git] / src / Utils / Utils_CorbaException.hxx
index aad2bb573a0483a28d31ce238262fefd3585691e..7239e8cdeb178d64745e1df28a1c2e8cc3dd22fd 100644 (file)
@@ -56,7 +56,7 @@ inline std::ostream& operator<<(std::ostream& os, const CORBA::Exception& e)
   tmp<<= e;
   CORBA::TypeCode_var tc = tmp.type();
   const char *p = tc->name();
-  os<<"CORBA Exception was catch of the kind : ";
+  os << "CORBA Exception of type: ";
   if ( *p != '\0' ) {
     os<<p;
   }