From: rnv Date: Thu, 22 Mar 2012 11:53:10 +0000 (+0000) Subject: Win32 compilation. X-Git-Tag: V6_5_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=57e94ecf4ab938f30a8da9db37636060c9097c7d;p=modules%2Fkernel.git Win32 compilation. --- diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index fb3a1f933..d5c5556b2 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -508,7 +508,9 @@ SALOME_ContainerManager::LaunchContainer(const Engines::ContainerParameters& par // Error on resource - cannot launch commands INFOS("[LaunchContainer] Cannot launch commands on machine " << hostname); INFOS("[LaunchContainer] Command was " << command); +#ifndef WIN32 INFOS("[LaunchContainer] Command status is " << WEXITSTATUS(status)); +#endif return Engines::Container::_nil(); } }