Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

rpcserver: remove print call in pipe listener

ensures that listening thread is ready again asap

Changeset 7b847237fb07

Parent 2ab806534bd3

by Adrian Buehlmann

Changes to one file · Browse files at 7b847237fb07 Showing diff from parent 2ab806534bd3 Diff from another changeset...

 
155
156
157
158
159
160
161
 
155
156
157
 
158
159
160
@@ -155,7 +155,6 @@
  continue     try: - print "queueing request %s" % data   requests.put(data)   except SystemExit:   raise SystemExit # interrupted by thread2.terminate()