mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
sync: log when we abandon the sync due to a fatal error
This commit is contained in:
parent
be22735609
commit
be79b47a7a
@ -164,6 +164,7 @@ func (s *syncCopyMove) processError(err error) {
|
||||
switch {
|
||||
case fserrors.IsFatalError(err):
|
||||
if !s.aborting() {
|
||||
fs.Errorf(nil, "Cancelling sync due to fatal error: %v", err)
|
||||
s.cancel()
|
||||
}
|
||||
s.fatalErr = err
|
||||
|
Loading…
Reference in New Issue
Block a user