X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfiprocess.py;h=1d8815516cb728848b0e4f85468709137d802555;hp=1e93b294c6186b86ad57404bb1079c82ae4126e9;hb=cb346e87aaf444b1142e80a8cec1e64df6a122cf;hpb=349fb978a1b7a88e741beef6aea4ac3d98a56efd diff --git a/sface/sfiprocess.py b/sface/sfiprocess.py index 1e93b29..1d88155 100644 --- a/sface/sfiprocess.py +++ b/sface/sfiprocess.py @@ -37,6 +37,7 @@ class SfiProcess(QObject): def __init_command(self, args): self.args = QStringList() + print "DEBUG FLAG:", config.debug if config.debug: # this shows xmlrpc conversation, see sfi.py docs. self.args << QString('-D') @@ -57,6 +58,7 @@ class SfiProcess(QObject): # It's cool to have this method wo we print the stdOut live, # but we must be carefull with self.output, used by XmlrpcTracker too. tmpOut = self.process.readAllStandardOutput() + print "STDOUT READY" if config.debug: print tmpOut self.output += tmpOut