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

rpcserver: adjust print message

Changeset f70076f5bd35

Parent 7b847237fb07

by Adrian Buehlmann

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

 
160
161
162
163
 
164
165
166
 
160
161
162
 
163
164
165
166
@@ -160,7 +160,7 @@
  raise SystemExit # interrupted by thread2.terminate()   except:   import traceback - print "WARNING: something went wrong in get_hg_state()" + print "WARNING: something went wrong in requests.put"   print traceback.format_exc()   status = "ERROR"