]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Win32 compilation.
authorrnv <rnv@opencascade.com>
Thu, 22 Mar 2012 11:53:10 +0000 (11:53 +0000)
committerrnv <rnv@opencascade.com>
Thu, 22 Mar 2012 11:53:10 +0000 (11:53 +0000)
src/Container/SALOME_ContainerManager.cxx

index fb3a1f933cbcb9f0800a4bda7e81977119136691..d5c5556b2d0143c7992a7ba01c285c79b8413250 100644 (file)
@@ -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();
     }
   }