We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e061c7 + 9254dd5 commit f23721aCopy full SHA for f23721a
1 file changed
network_windows.go
@@ -29,7 +29,7 @@ func executeInCompartment(compartmentID uint32, x func()) {
29
30
func (n *network) startResolver() {
31
n.resolverOnce.Do(func() {
32
- logrus.Debugf("Launching DNS server for network", n.Name())
+ logrus.Debugf("Launching DNS server for network %q", n.Name())
33
options := n.Info().DriverOptions()
34
hnsid := options[windows.HNSID]
35
0 commit comments