This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap".

The branch, master has been updated
       via  274b9bab8eb54ac9e2aca465a4b79fa07f2144b6 (commit)
      from  52c0a132ed79c090b1176d18d2e9f601f390cc65 (commit)


Summary of changes:
 project_template/hint/src/Server.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 274b9bab8eb54ac9e2aca465a4b79fa07f2144b6
Author: Carl Howells <[email protected]>
Date:   Sun Jun 27 18:15:42 2010 -0700

    Minor tweak to Server.hs output

diff --git a/project_template/hint/src/Server.hs 
b/project_template/hint/src/Server.hs
index cd566b8..0971b1d 100644
--- a/project_template/hint/src/Server.hs
+++ b/project_template/hint/src/Server.hs
@@ -81,8 +81,8 @@ server config handler = do
              (errorLog  config)
              (catch500 $ compress $ handler)
              :: IO (Either SomeException ())
+    putStrLn " Shutting down..."
     threadDelay 1000000
-    putStrLn "Shutting down"
   where
     catch500 = (`catch` (error500Handler config))
     compress = if compression config then withCompression else id
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to