summaryrefslogtreecommitdiffhomepage
path: root/HTTP
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 20:02:46 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 20:02:46 -0400
commit9327f597b987b8f6f9595040879e4930dee8cf75 (patch)
tree8fa1217681f8fb6809705eeae9322eb17fb62826 /HTTP
parentf68e25191466a245156500b32fe140cf43130beb (diff)
downloadkeysafe-9327f597b987b8f6f9595040879e4930dee8cf75.tar.gz
format
Diffstat (limited to 'HTTP')
-rw-r--r--HTTP/RateLimit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HTTP/RateLimit.hs b/HTTP/RateLimit.hs
index b90d282..e58b543 100644
--- a/HTTP/RateLimit.hs
+++ b/HTTP/RateLimit.hs
@@ -407,7 +407,7 @@ checkRequestRate cfg storedir ratelimiter logger intervalsecs = do
else freespace `div` maxstoredthismonth `div` 2
logStdout logger $ unlines
[ "rate limit check"
- , " free disk space:" ++ showBytes freespace
+ , " free disk space: " ++ showBytes freespace
, " number of requests since last check: " ++ show n
, " estimated max incoming data in the next month: " ++ showBytes maxstoredthismonth
, " estimate min " ++ show estimate ++ " months to fill half of disk"