CGI script working; hopefully
[progcomp2013.git] / qchess / src / game.py
index 6972c5c..73adfe7 100644 (file)
@@ -147,7 +147,7 @@ class GameThread(StoppableThread):
                                except Exception,e:
                                #if False:
                                        result = e.message
-                                       #sys.stderr.write(result + "\n")
+                                       sys.stderr.write("qchess.py exception: "+result + "\n")
                                        
                                        self.stop()
                                        

UCC git Repository :: git.ucc.asn.au