diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-10 20:08:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 20:08:43 -0400 |
commit | ed983c9030a9896aabcbca4a9af62496956d6cac (patch) | |
tree | 94ee535b22093e3beecd94c98a65d4edcd0002df /vendor/github.com/klauspost/compress/zstd/bytebuf.go | |
parent | 0c38ac44efcaa83f98c727408fbba78456f9edd8 (diff) | |
parent | b5890fc86bdaacccf0e523c5c2774e1fd1c675f6 (diff) | |
download | podman-ed983c9030a9896aabcbca4a9af62496956d6cac.tar.gz podman-ed983c9030a9896aabcbca4a9af62496956d6cac.tar.bz2 podman-ed983c9030a9896aabcbca4a9af62496956d6cac.zip |
Merge pull request #10628 from containers/dependabot/go_modules/github.com/containers/storage-1.32.2
Bump github.com/containers/storage from 1.32.1 to 1.32.2
Diffstat (limited to 'vendor/github.com/klauspost/compress/zstd/bytebuf.go')
-rw-r--r-- | vendor/github.com/klauspost/compress/zstd/bytebuf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/klauspost/compress/zstd/bytebuf.go b/vendor/github.com/klauspost/compress/zstd/bytebuf.go index 17e820a6a..aab71c6cf 100644 --- a/vendor/github.com/klauspost/compress/zstd/bytebuf.go +++ b/vendor/github.com/klauspost/compress/zstd/bytebuf.go @@ -91,7 +91,7 @@ func (r *readerWrapper) readSmall(n int) ([]byte, error) { if err == io.EOF { return nil, io.ErrUnexpectedEOF } - if debug { + if debugDecoder { println("readSmall: got", n2, "want", n, "err", err) } return nil, err |