Skip to content

Commit 12861bb

Browse files
committed
Fix a typo
1 parent 54aac82 commit 12861bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemtests/init_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (s *systemtestSuite) SetUpSuite(c *C) {
116116
}
117117

118118
func (s *systemtestSuite) SetUpTest(c *C) {
119-
log.Infof("============================= %s starting ==========================", c.TestName())
119+
logrus.Infof("============================= %s starting ==========================", c.TestName())
120120

121121
for _, node := range s.nodes {
122122
node.cleanupContainers()
@@ -177,7 +177,7 @@ func (s *systemtestSuite) TearDownTest(c *C) {
177177
c.Assert(node.rotateLog("netplugin"), IsNil)
178178
c.Assert(node.rotateLog("netmaster"), IsNil)
179179
}
180-
log.Infof("============================= %s completed ==========================", c.TestName())
180+
logrus.Infof("============================= %s completed ==========================", c.TestName())
181181
}
182182

183183
func (s *systemtestSuite) TearDownSuite(c *C) {

0 commit comments

Comments
 (0)