|
@@ -29,7 +29,7 @@ func executeInCompartment(compartmentID uint32, x func()) {
|
|
|
|
|
|
func (n *network) startResolver() {
|
|
func (n *network) startResolver() {
|
|
n.resolverOnce.Do(func() {
|
|
n.resolverOnce.Do(func() {
|
|
- logrus.Debugf("Launching DNS server for network", n.Name())
|
|
|
|
|
|
+ logrus.Debugf("Launching DNS server for network %q", n.Name())
|
|
options := n.Info().DriverOptions()
|
|
options := n.Info().DriverOptions()
|
|
hnsid := options[windows.HNSID]
|
|
hnsid := options[windows.HNSID]
|
|
|
|
|