Skip to content

Commit f23721a

Browse files
authored
Merge pull request #1844 from jhowardmsft/jjh/correctdebugstatement
Fix debug statement in startResolver
2 parents 2e061c7 + 9254dd5 commit f23721a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func executeInCompartment(compartmentID uint32, x func()) {
2929

3030
func (n *network) startResolver() {
3131
n.resolverOnce.Do(func() {
32-
logrus.Debugf("Launching DNS server for network", n.Name())
32+
logrus.Debugf("Launching DNS server for network %q", n.Name())
3333
options := n.Info().DriverOptions()
3434
hnsid := options[windows.HNSID]
3535

0 commit comments

Comments
 (0)