diff -r a4a17b8df591 -r 7eaf82cf0890 gameServer/stresstest2.hs --- 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)