Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing arguments in print-like function #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eclipseo
Copy link

Signed-off-by: Robert-André Mauchin [email protected]

Fix the following error on Go 1.15:

Testing    in: /builddir/build/BUILD/glog-d7cfb6fa2ccda15565f68f204d68907c80a5c977/_build/src
         PATH: /builddir/build/BUILD/glog-d7cfb6fa2ccda15565f68f204d68907c80a5c977/_build/bin:/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
       GOPATH: /builddir/build/BUILD/glog-d7cfb6fa2ccda15565f68f204d68907c80a5c977/_build:/usr/share/gocode
  GO111MODULE: off
      command: go test -buildmode pie -compiler gc -ldflags "-X github.com/istio/glog/version=0 -X github.com/istio/glog/version.commit=d7cfb6fa2ccda15565f68f204d68907c80a5c977 -extldflags '-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '"
      testing: github.com/istio/glog
github.com/istio/glog
# github.com/istio/glog
./glog.go:53:7: missing ... in args forwarded to print-like function
./glog.go:74:7: missing ... in args forwarded to print-like function
./glog.go:95:7: missing ... in args forwarded to print-like function
./glog.go:116:7: missing ... in args forwarded to print-like function
./glog.go:139:7: missing ... in args forwarded to print-like function
./glog.go:164:7: missing ... in args forwarded to print-like function
FAIL	github.com/istio/glog [build failed]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants