]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
For the last debug, the .log file of containers was desactivated. It is re-established
authorrahuel <rahuel@opencascade.com>
Thu, 18 Mar 2004 13:40:01 +0000 (13:40 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 18 Mar 2004 13:40:01 +0000 (13:40 +0000)
src/ContainersManager/ContainersManager_i.cxx

index b2ba937e4429f65e85babf6ded037027c03dbfef..a8461b501e93623593a0d4ee7e8023851f81011b 100644 (file)
@@ -719,7 +719,6 @@ Engines::Container_ptr Manager_i::StartContainer( const Containers::MachineParam
       astr << MyParams.NsPort ;
       rsh += astr.str().c_str() ;
     }
-#if 0
     rsh += " > /tmp/" ;
     rsh += MyParams.ContainerName ;
     if ( MyParams.ContainerType == Engines::Cpp || MyParams.ContainerType == Engines::Undefined ) {
@@ -733,7 +732,6 @@ Engines::Container_ptr Manager_i::StartContainer( const Containers::MachineParam
     if ( strcmp( HostName , GetHostname().c_str() ) ) {
       rsh += "'\"" ;
     }
-#endif
     rsh += " &" ;
     cout << endl << endl << endl << endl << "StartContainer " << rsh << endl ;
     int status = system( rsh.c_str() ) ;