Skip to content

Commit 5f123a0

Browse files
jaer-tsunsharmasushant
authored andcommitted
Replacing go log with cns log. (#262)
1 parent ceac791 commit 5f123a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"encoding/xml"
1111
"fmt"
1212
"io"
13-
"log"
1413
"net"
1514
"net/http"
1615
"os"
@@ -19,6 +18,7 @@ import (
1918
"strings"
2019

2120
"github.com/Azure/azure-container-networking/common"
21+
"github.com/Azure/azure-container-networking/log"
2222
"github.com/Azure/azure-container-networking/platform"
2323
)
2424

0 commit comments

Comments
 (0)