Remove shutdown message which spoils log format
This commit is contained in:
@@ -74,7 +74,6 @@ main = do
|
|||||||
|
|
||||||
tid <- myThreadId
|
tid <- myThreadId
|
||||||
void $ installHandler keyboardSignal (Catch $ do
|
void $ installHandler keyboardSignal (Catch $ do
|
||||||
putStrLn "\nReleasing connection pool..."
|
|
||||||
H.releasePool pool
|
H.releasePool pool
|
||||||
throwTo tid UserInterrupt
|
throwTo tid UserInterrupt
|
||||||
) Nothing
|
) Nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user