gameServer/CoreTypes.hs
changeset 5001 312f4dd41753
parent 5000 72d8fb26223d
child 5006 6913d677c891
--- 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