From 2c34888f4b20ec70ac2b681b94d5edab6158f8ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Sep 2016 13:18:07 -0400 Subject: still update othermeter when not displaying progress at console See no reason not to do this; the othermeter will be updating a transfer info file or the like. --- Messages/Progress.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Messages') diff --git a/Messages/Progress.hs b/Messages/Progress.hs index 2cef9a759..f6541c191 100644 --- a/Messages/Progress.hs +++ b/Messages/Progress.hs @@ -64,7 +64,7 @@ metered othermeter key a = case keySize key of meter <- liftIO $ newMeter progress "B" 25 (renderNums binaryOpts 1) return (progress, meter) - nometer = a (const noop) + nometer = a $ combinemeter (const noop) combinemeter m = case othermeter of Nothing -> m -- cgit v1.2.3