summaryrefslogtreecommitdiffstats
path: root/news.hs
diff options
context:
space:
mode:
Diffstat (limited to 'news.hs')
-rw-r--r--news.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.hs b/news.hs
index bfcb5a1..10fd877 100644
--- a/news.hs
+++ b/news.hs
@@ -75,6 +75,6 @@ main = do
threadDelay (delay * 10^6)
rec url delay bloom'
)
- `catch` \e -> putStrLn ("Caught " ++ show (e :: SomeException)) >> rec url delay bloom
+ `catch` \e -> hPutStrLn stderr ("Caught " ++ show (e :: SomeException)) >> rec url delay bloom