Skip to content

Commit 9e768ff

Browse files
tamilmani1989sharmasushant
authored andcommitted
updated log
1 parent 405f9f4 commit 9e768ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/dockerclient/dockerclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type DockerClient struct {
2828
}
2929

3030
func executeShellCommand(command string) error {
31-
log.Debugf("[ebtables] %s", command)
31+
log.Debugf("[Azure-CNS] %s", command)
3232
cmd := exec.Command("sh", "-c", command)
3333
err := cmd.Start()
3434
if err != nil {

0 commit comments

Comments
 (0)