Salome HOME
Merge from V7_2_BR 09/08/2013
[modules/kernel.git] / src / Utils / Utils_CorbaException.hxx
index aad2bb573a0483a28d31ce238262fefd3585691e..d7f817e1ed94585f1d416cb9dd9a4ed4e60dd709 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -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;
   }