Skip to content
Snippets Groups Projects
Unverified Commit 159ec61c authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Change logged values

parent 8c887bbb
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ func httpTransportFix(host string, client Client) {
dockerClient, ok := client.(*docker.Client)
logrus.WithFields(logrus.Fields{
"dockerClient": client,
"dockerClientType": reflect.TypeOf(client),
"dockerClient": dockerClient,
"dockerClientType": reflect.TypeOf(dockerClient),
"is_ok": ok,
}).Debugln("[httpTransportFix] Client type asserting:")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment