Aaron Lehmann
300a77843c
Correct login debug log message
I noticed the following message in a daemon log:
```
attempting v2 login to registry endpoint {%!s(bool=false) https://registry:5000 v2 %!s(bool=false) %!s(bool=true) %!s(*tls.Config=&{<nil> <nil> [] map[] <nil> 0xc82075c030 [] 0 <nil> false [49196 49200 49195 49199 49162 49161 49172 49171 53 47] true false [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] <nil> 769 0 [] {{0 0} 0} {{0 0} 0 0 0 0} []})}
```
loginV2 tries to log an APIEndpoint as a string, but this struct does
not have a String method. Log the actual URL that will be used as the
endpoint, instead.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: e42f85080b8254ee025f30cf7860641836df649f
Component: engine
2016-03-28 18:22:24 -07:00
..
2016-02-29 17:53:27 -08:00
2016-03-28 18:22:24 -07:00
2015-01-08 20:14:58 +00:00
2016-03-10 18:33:14 -08:00
2016-03-10 18:33:14 -08:00
2016-03-11 09:31:55 -08:00
2016-03-01 11:52:32 -08:00
2016-03-16 12:53:11 +01:00
2015-07-24 14:08:20 -07:00
2016-03-10 11:53:11 -05:00
2016-03-15 17:24:25 +01:00
2016-03-10 11:53:11 -05:00
2016-03-01 11:52:32 -08:00
2016-03-14 15:49:44 +01:00
2016-03-14 15:49:44 +01:00
2016-03-16 17:15:42 +01:00
2016-03-01 11:52:32 -08:00