From: abd Date: Thu, 14 Sep 2006 11:13:31 +0000 (+0000) Subject: remove "printf" log X-Git-Tag: Before_Merging_V3_2_0_maintainance_21Sep06~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b7485be52c11115ebce158cdc7b12547e8d6adb;p=modules%2Fvisu.git remove "printf" log --- diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index b521461a..172cb49b 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -337,8 +337,7 @@ namespace VISU aCommand.sprintf( " %s %s%s", aFile.c_str(), aTmpDir.c_str(), aFileName.c_str() ); aCommand = QDir::convertSeparators( aCommand ); aCommand.prepend( COPY_COMMAND ); - - printf( "VISU_Gen_i::Save %s\n", aCommand.latin1() ); + if(system(aCommand.latin1())){ INFOS("VISU_Gen_i::Save - Cann't execute the command :"<