mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1844 from jhowardmsft/jjh/correctdebugstatement
Fix debug statement in startResolver
This commit is contained in:
commit
7db7a01ea1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func executeInCompartment(compartmentID uint32, x func()) {
|
|||
|
||||
func (n *network) startResolver() {
|
||||
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()
|
||||
hnsid := options[windows.HNSID]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue