diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-26 11:52:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-26 11:52:49 -0400 |
commit | cccdb448749de70d1769ecef79605e4f389f9c5d (patch) | |
tree | d7848f272ac1141c97df3923478036fcb7434ca5 /Utility/Daemon.hs | |
parent | c4830aaa6cfd9b43f5a8c77975c6b6acf867a21a (diff) |
git annex webapp --force forces a restart of the daemon
Useful for testing..
Diffstat (limited to 'Utility/Daemon.hs')
-rw-r--r-- | Utility/Daemon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 8aa70d155..3386ea443 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -84,7 +84,7 @@ checkDaemon pidfile = do | otherwise = error $ "stale pid in " ++ pidfile ++ " (got " ++ show pid' ++ - "; expected" ++ show pid ++ " )" + "; expected " ++ show pid ++ " )" {- Stops the daemon, safely. -} stopDaemon :: FilePath -> IO () |