cmd: Make --progress output logs in the same format as without

See: https://forum.rclone.org/t/using-progress-change-dates-from-2023-10-05-to-2023-10-05/42173
This commit is contained in:
Nick Craig-Wood 2023-10-05 17:37:21 +01:00
parent 2de084944b
commit 5afa838457
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const (
// interval between progress prints
defaultProgressInterval = 500 * time.Millisecond
// time format for logging
logTimeFormat = "2006-01-02 15:04:05"
logTimeFormat = "2006/01/02 15:04:05"
)
// startProgress starts the progress bar printing