diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-08 13:18:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-08 13:18:07 -0400 |
commit | 2c34888f4b20ec70ac2b681b94d5edab6158f8ce (patch) | |
tree | c9db97b4e7e547ccdb6aa9cf7325c74135c66cc7 /Messages | |
parent | 70aaaf8eff6b8c9bb5ec033e9f17cc0cbd57b759 (diff) |
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.
Diffstat (limited to 'Messages')
-rw-r--r-- | Messages/Progress.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |