diff -r 72d8fb26223d -r 312f4dd41753 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Sat Mar 12 22:42:01 2011 +0300 +++ b/gameServer/CoreTypes.hs Sat Mar 12 22:55:25 2011 +0300 @@ -210,5 +210,5 @@ deriving Typeable instance Show ShutdownThreadException where - show (ShutdownThreadException s) = "kill: " ++ s + show (ShutdownThreadException s) = s instance Exception ShutdownThreadException