Commit e9b2168e authored by rht's avatar rht

Remove Notice{,f} logging interface

And substitute the lines using Notice{,f} with Info{,f}

License: MIT
Signed-off-by: default avatarrht <rhtbot@gmail.com>
parent d790d087
......@@ -773,7 +773,7 @@ func TestConnectCollision(t *testing.T) {
runTimes := 10
for rtime := 0; rtime < runTimes; rtime++ {
log.Notice("Running Time: ", rtime)
log.Info("Running Time: ", rtime)
ctx := context.Background()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment