X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fteststub%2FcontrolRmr.go;h=011819be1b2d3e81633ea6c6142a306972221dec;hb=f682ace08a827bd260e4905b5ee1bddacf01c6e0;hp=71d66fe9d8797b8ddac8d903ae60a0e78a90e86c;hpb=b91971f3e81361a0dd714b144fd35fbd5225ce40;p=ric-plt%2Fsubmgr.git diff --git a/pkg/teststub/controlRmr.go b/pkg/teststub/controlRmr.go index 71d66fe..011819b 100644 --- a/pkg/teststub/controlRmr.go +++ b/pkg/teststub/controlRmr.go @@ -60,6 +60,6 @@ func (tc *RmrControl) TestError(t *testing.T, pattern string, args ...interface{ } func (tc *RmrControl) TestLog(t *testing.T, pattern string, args ...interface{}) { - tc.Info(fmt.Sprintf(pattern, args...)) + tc.Debug(fmt.Sprintf(pattern, args...)) t.Logf(fmt.Sprintf(pattern, args...)) }