mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
libnetwork/drivers/overlay: pass context for logger
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -115,7 +115,7 @@ func (d *driver) CreateNetwork(ctx context.Context, id string, option map[string
|
||||
if !ok {
|
||||
return errors.New("no VNI provided")
|
||||
}
|
||||
log.G(context.TODO()).Debugf("overlay: Received vxlan IDs: %s", vnisOpt)
|
||||
log.G(ctx).Debugf("overlay: Received vxlan IDs: %s", vnisOpt)
|
||||
var err error
|
||||
vnis, err = overlayutils.AppendVNIList(vnis, vnisOpt)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user