From 9327f597b987b8f6f9595040879e4930dee8cf75 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Sep 2016 20:02:46 -0400 Subject: format --- HTTP/RateLimit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HTTP') 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" -- cgit v1.2.3