summaryrefslogtreecommitdiffhomepage
path: root/Session.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-28 17:00:17 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-28 17:00:17 -0400
commite683f156b7eb8e761c254704538914d86f309801 (patch)
treee239803c2f775cbb914a8c7db44189974728781a /Session.hs
parente833b89e2a1a1c2acbc0eb8bed1760ef0e50f3c5 (diff)
downloaddebug-me-e683f156b7eb8e761c254704538914d86f309801.tar.gz
control window and chatting
Works!
Diffstat (limited to 'Session.hs')
-rw-r--r--Session.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Session.hs b/Session.hs
index a80cad5..a09a762 100644
--- a/Session.hs
+++ b/Session.hs
@@ -8,10 +8,10 @@ import System.Exit
import Data.Monoid
startSession :: B.ByteString
-startSession = ">>> debug-me session started"
+startSession = "** debug-me session started"
endSession :: ExitCode -> B.ByteString
-endSession ec = ">>> debug-me session ended (" <> B8.pack (show n) <> ")"
+endSession ec = "** debug-me session ended (" <> B8.pack (show n) <> ")"
where
n = case ec of
ExitSuccess -> 0