gameServer/stresstest2.hs
changeset 2352 7eaf82cf0890
parent 1804 4e78ad846fb6
child 2948 3f21a9dc93d0
--- a/gameServer/stresstest2.hs	Fri Sep 04 16:39:51 2009 +0000
+++ b/gameServer/stresstest2.hs	Fri Sep 04 16:50:52 2009 +0000
@@ -14,7 +14,7 @@
 import System.Posix
 #endif
 
-testing = Control.Exception.handle (\e -> putStrLn $ show e) $ do
+testing = Control.Exception.handle print $ do
 	delay <- randomRIO (100::Int, 300)
 	threadDelay delay
 	sock <- connectTo "127.0.0.1" (PortNumber 46631)