Improve proxy logging: Log type string instead of abstract ID
authorMichael Schuster <michael@schuster.ms>
Thu, 18 Jun 2020 18:13:57 +0000 (20:13 +0200)
committerMichael Schuster <michael@schuster.ms>
Thu, 18 Jun 2020 18:13:57 +0000 (20:13 +0200)
commit0253e980418c77b95f5c0f82240cccfd53da89a3
tree4f6c714f94130a42e56a53b5b285f92fcde030fd
parent50dcab5f8813f81394cb2e6ac2fa8740cce23b2f
Improve proxy logging: Log type string instead of abstract ID

The format in the client log was: 3://host:port
Now it is shown like:             HttpProxy://host:port

The old ID display was confusing and misleading users (and people debugging it ;p)

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/clientproxy.cpp