[project @ 2004-02-12 21:23:48 by krasimir]
[haskell-directory.git] / Control / Concurrent.hs
index bcabdf2..f299133 100644 (file)
@@ -229,8 +229,7 @@ real_handler ex =
 
        -- report all others:
        AsyncException StackOverflow -> reportStackOverflow False
-       ErrorCall s -> reportError False s
-       other       -> reportError False (showsPrec 0 other "\n")
+       other       -> reportError False other
 
 #endif /* __GLASGOW_HASKELL__ */