Skip to content

Commit 39539f8

Browse files
committed
fix comments
1 parent 685c2bf commit 39539f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cni/plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var logger = log.CNILogger.With(zap.String("component", "cni-plugin"))
28-
var storeLogger = log.CNILogger.With(zap.String("component", "store"))
28+
var storeLogger = log.CNILogger.With(zap.String("component", "cni-store"))
2929

3030
var errEmptyContent = errors.New("read content is zero bytes")
3131

platform/os.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"io"
77
"os"
88

9-
"github.com/Azure/azure-container-networking/log"
9+
"log"
1010
)
1111

1212
// ReadFileByLines reads file line by line and return array of lines.

0 commit comments

Comments
 (0)