Skip to content

Commit

Permalink
Fix format string inconsistency causing a build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Oct 14, 2024
1 parent 3f66d00 commit 7fbdd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skopeo/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ func (h *proxyHandler) processRequest(readBytes []byte) (rb replyBuf, terminate
err = fmt.Errorf("invalid request: %v", err)
return
}
logrus.Debugf("Executing method %s", req.Method, err)
logrus.Debugf("Executing method %s", req.Method)

// Dispatch on the method
switch req.Method {
Expand Down

0 comments on commit 7fbdd71

Please sign in to comment.