X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fteststub%2Ftestwrapper.go;h=d75dea3e8e171f797c739fb9bc7db419e0cd1a47;hb=f682ace08a827bd260e4905b5ee1bddacf01c6e0;hp=7752be825bc2357ffc279aaae2d3d3048ac666f0;hpb=b91971f3e81361a0dd714b144fd35fbd5225ce40;p=ric-plt%2Fsubmgr.git diff --git a/pkg/teststub/testwrapper.go b/pkg/teststub/testwrapper.go index 7752be8..d75dea3 100644 --- a/pkg/teststub/testwrapper.go +++ b/pkg/teststub/testwrapper.go @@ -52,7 +52,7 @@ func (tw *TestWrapper) TestError(t *testing.T, pattern string, args ...interface // //----------------------------------------------------------------------------- func (tw *TestWrapper) TestLog(t *testing.T, pattern string, args ...interface{}) { - tw.Info(fmt.Sprintf(pattern, args...)) + tw.Debug(fmt.Sprintf(pattern, args...)) t.Logf(fmt.Sprintf(pattern, args...)) }