Skip to content

Commit

Permalink
Merge pull request #2440 from mtrmac/build-fix
Browse files Browse the repository at this point in the history
Fix format string inconsistency causing a build failure
  • Loading branch information
cgwalters authored Oct 14, 2024
2 parents 3f66d00 + 7fbdd71 commit 4da797e
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

1 comment on commit 4da797e

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.