Salome HOME
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm...
[samples/component.git] / src / MulComponent / MulComponent.cxx
index 7a77e165839bb2e79cbea9e5e20fe89fdd12e7b1..969ccfdef88424e975c909abdf00ec20ef445074 100644 (file)
@@ -86,7 +86,7 @@ void MulComponentEngine::Mul( double x , double y , double & z ) {
   Sleep(S*1000);
 #endif
   MESSAGE( "MulComponentEngine::Mul( " <<  x << " , " << y << " , " << z
-       << " ) after " << S << " seconds" )
+       << " ) after " << S << " seconds" );
   endService( " MulComponentEngine::Mul"  );
 }