avoid a warning

This commit is contained in:
Joey Hess 2013-02-06 15:43:23 -04:00
parent 937cf81873
commit 084543a117

View file

@ -64,7 +64,7 @@ startNamedThread urlrenderer namedthread@(NamedThread name a) = do
Right _ -> noop
Left e -> do
let msg = unwords
[ fromThreadName name
[ fromThreadName $ threadName d
, "crashed:", show e
]
hPutStrLn stderr msg