From 8a02da2b0762019b4205b34ef5e115fcadef9e92 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 2 Jan 2014 07:55:53 +0000 Subject: [PATCH] TestEGk : Piccole migliorie. --- TegExecutor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TegExecutor.cpp b/TegExecutor.cpp index 994f567..29384b3 100644 --- a/TegExecutor.cpp +++ b/TegExecutor.cpp @@ -52,10 +52,10 @@ TegExecutor::Execute( const string& sCmd1, const string& sCmd2, const STRVECTOR& // output di debug - sOut = "Cmd = [" + sCmd1 + "/" + sCmd2 + "] Par = [" ; + sOut = "Cmd = [" + sCmd1 + "][" + sCmd2 + "] Par = [" ; for ( theConstIter = vsParams.begin() ; theConstIter != vsParams.end() ; ++theConstIter) { if ( theConstIter != vsParams.begin()) - sOut += "/" ; + sOut += "][" ; sOut += *theConstIter ; } sOut += "]" ;