mirror of
https://github.com/rclone/rclone.git
synced 2025-06-22 13:01:31 +02:00
cmd: fix up stats printing on macOS after accounting change
This commit is contained in:
parent
f347514f62
commit
ac0dce78d0
@ -17,7 +17,7 @@ func SigInfoHandler() {
|
|||||||
signal.Notify(signals, syscall.SIGINFO)
|
signal.Notify(signals, syscall.SIGINFO)
|
||||||
go func() {
|
go func() {
|
||||||
for range signals {
|
for range signals {
|
||||||
log.Printf("%v\n", accounting.Stats)
|
log.Printf("%v\n", accounting.GlobalStats())
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user