aboutsummaryrefslogtreecommitdiff
path: root/src/AdListener.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AdListener.hs')
-rw-r--r--src/AdListener.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AdListener.hs b/src/AdListener.hs
index da3051d..04e070b 100644
--- a/src/AdListener.hs
+++ b/src/AdListener.hs
@@ -80,7 +80,7 @@ trySendMail config message =
eitherMailSuccess <- sendMail mailTo message
case eitherMailSuccess of
Right () ->
- return "Mail sent."
+ putStrLn "Mail sent."
Left error ->
T.putStrLn . T.concat $
[ "Error sending mail: "