]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index 5dfdf6b4aadf9f994e91529c4e557e81665902e7..883a8081e18f19975c3f1a2ce4102f6a29e0575f 100755 (executable)
@@ -37,7 +37,8 @@ namespace bbstd
              {
                ccommand[i]=34;
              }
-         }                     
+         }     
+       std::cout << "*** Executing system command : '"<<ccommand<<"'"<<std::endl;
        system ( ccommand.c_str() );
        pos1=pos2+1;
        pos2 = bbGetInputIn().find(";",pos2+1);