Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daemon: fix non-constant format string in call (govet)
daemon/daemon.go:942:21: printf: non-constant format string in call to (*github.com/docker/docker/vendor/github.com/sirupsen/logrus.Entry).Errorf (govet) log.G(ctx).Errorf(err.Error()) ^ Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information