diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-08 14:18:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-08 14:25:18 -0400 |
commit | 5576dd93da0fe8224581d04e5668314c089304ea (patch) | |
tree | d599a94019942988862df165a5d85bd06c68539c /Assistant | |
parent | 7178699050dc4ec48a987dca03f0d4e07e8c2ab6 (diff) |
Fix build on platforms not supporting the webapp.
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/SanityChecker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs index 827a17139..925fdbce6 100644 --- a/Assistant/Threads/SanityChecker.hs +++ b/Assistant/Threads/SanityChecker.hs @@ -237,5 +237,5 @@ checkOldUnused urlrenderer = go =<< annexExpireUnused <$> liftAnnex Annex.getGit button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigUnusedR void $ addAlert $ unusedFilesAlert [button] $ T.unpack $ renderTense Present msg #else - debug [msg] + debug [show $ renderTense Past msg] #endif |