From b087846c0e087fac24681148997582d4eb890fba Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Mon, 2 Nov 2015 06:51:48 -0800 Subject: [PATCH] Fix error formatting Signed-off-by: Alexander Morozov --- daemon/container_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/container_unix.go b/daemon/container_unix.go index 8e668ffd83..5652c6d444 100644 --- a/daemon/container_unix.go +++ b/daemon/container_unix.go @@ -100,7 +100,7 @@ func (container *Container) setupLinkedContainers() ([]string, error) { childBridgeSettings := child.NetworkSettings.Networks["bridge"] if childBridgeSettings == nil { - return nil, fmt.Errorf("container %d not attached to default bridge network", child.ID) + return nil, fmt.Errorf("container %s not attached to default bridge network", child.ID) } link := links.NewLink(