forked from TrueCloudLab/rclone
fs: fix gofmt
This commit is contained in:
parent
bb6300b032
commit
2c8d6e86cc
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func startTokenTicker() {
|
|||
if limitNow.bandwidth > 0 {
|
||||
*targetBucket = newTokenBucket(limitNow.bandwidth)
|
||||
if bwLimitToggledOff {
|
||||
Logf(nil, "Scheduled bandwidth change. " +
|
||||
Logf(nil, "Scheduled bandwidth change. "+
|
||||
"Limit will be set to %vBytes/s when toggled on again.", &limitNow.bandwidth)
|
||||
} else {
|
||||
Logf(nil, "Scheduled bandwidth change. Limit set to %vBytes/s", &limitNow.bandwidth)
|
||||
|
|
Loading…
Add table
Reference in a new issue