moby--moby/daemon/cluster
Kir Kolyshkin a9a136572d
Compile fix
Go 1.11beta1 (rightfully) complains:

> 15:38:37 daemon/cluster/controllers/plugin/controller.go:183:
> Entry.Debugf format %#T has unrecognized flag #

This debug print was added by commit 72c3bcf2a5.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-07-11 15:52:19 +02:00
..
controllers/plugin Compile fix 2018-07-11 15:52:19 +02:00
convert Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
executor Get err type in removeNetworks() w/ errors.Cause() 2018-07-07 18:18:53 -04:00
provider Add canonical import comment 2018-02-05 16:51:57 -05:00
cluster.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
configs.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
helpers.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
listen_addr.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_others.go Add canonical import comment 2018-02-05 16:51:57 -05:00
networks.go Move network conversions out of API router 2018-06-27 17:11:29 -07:00
noderunner.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
nodes.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
secrets.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
services.go Output network attachment task information 2018-05-22 23:36:30 +02:00
swarm.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
tasks.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
utils.go Add canonical import comment 2018-02-05 16:51:57 -05:00