We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f9f4 commit 9e768ffCopy full SHA for 9e768ff
cns/dockerclient/dockerclient.go
@@ -28,7 +28,7 @@ type DockerClient struct {
28
}
29
30
func executeShellCommand(command string) error {
31
- log.Debugf("[ebtables] %s", command)
+ log.Debugf("[Azure-CNS] %s", command)
32
cmd := exec.Command("sh", "-c", command)
33
err := cmd.Start()
34
if err != nil {
0 commit comments