Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
pass unit test
Browse files Browse the repository at this point in the history
Signed-off-by: 玉海 <[email protected]>
  • Loading branch information
ansinlee committed Aug 25, 2020
1 parent f8946b1 commit 9aafd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supernode/daemon/mgr/preheat/image_preaheater.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (w *ImageWorker) query() chan error {
errMsg := childTask.URL + " " + childTask.ErrorMsg
w.Preheater.Cancel(w.Task.ID)
result <- errors.New(errMsg)
logrus.Errorf("PreheatImage Task [%s] prehead failed for ", w.Task.ID, errMsg)
logrus.Errorf("PreheatImage Task [%s] prehead failed for %s", w.Task.ID, errMsg)
return
}
}
Expand Down

0 comments on commit 9aafd32

Please sign in to comment.