浏览代码

Merge pull request #8846 from LK4D4/fix_compilation

Fix compilation issue bringed by #8319
Tibor Vass 10 年之前
父节点
当前提交
006d2334d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/networkdriver/ipallocator/allocator.go

+ 1 - 1
daemon/networkdriver/ipallocator/allocator.go

@@ -6,8 +6,8 @@ import (
 	"net"
 	"sync"
 
+	log "github.com/Sirupsen/logrus"
 	"github.com/docker/docker/daemon/networkdriver"
-	"github.com/docker/docker/pkg/log"
 )
 
 // allocatedMap is thread-unsafe set of allocated IP