X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfiprocess.py;h=cd98a314f8f1a94634977129610dd6afc58a0713;hp=eee34bb1e853b300f7585e0427e425ba0e068b4d;hb=ceec62613fb82f1a96fe18a6ed9d69dec50cd3c8;hpb=0e91674d48246994c7d6bb121cb1ebd55980dee7 diff --git a/sface/sfiprocess.py b/sface/sfiprocess.py index eee34bb..cd98a31 100644 --- a/sface/sfiprocess.py +++ b/sface/sfiprocess.py @@ -131,11 +131,12 @@ class SfiProcess(QObject): if config.verbose: self._trace=time.time() command = "%s %s" % (self.exe, self.args.join(" ")) - print time.strftime('%M:%S'),'Invoking',command + print time.strftime('%H:%M:%S'),'Invoking',command def trace_end (self): if config.verbose: - command = "%s %s" % (self.exe, self.args.join(" ")) - print time.strftime('%M:%S'),"[%.3f s]"%(time.time()-self._trace),command,'Done' +# command = "%s %s" % (self.exe, self.args.join(" ")) + print time.strftime('%H:%M:%S'),"Done [%.3f s]"%(time.time()-self._trace) + if config.debug: self.xmlrpctracker.getAndPrint(self.output)