Fix compilation issue bringed by #8319

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
Alexandr Morozov 2014-10-29 09:31:35 -07:00
parent fd19e473fc
commit 4da2572424
1 changed files with 1 additions and 1 deletions

View File

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