Skip to content

Commit

Permalink
Return to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
adreed-msft committed Jan 22, 2025
1 parent b4fe352 commit 2c92f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ste/mgr-JobPartTransferMgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ func (jptm *jobPartTransferMgr) failActiveTransfer(typ transferErrorCode, descri
}

if fileerror.HasCode(err, "ShareSizeLimitReached") {
common.GetLifecycleMgr().Info("Increase the file share quota and call Resume command.")
common.GetLifecycleMgr().Error("Increase the file share quota and call Resume command.")
}

// and use the normal cancelling mechanism so that we can exit in a clean and controlled way
Expand Down

0 comments on commit 2c92f31

Please sign in to comment.