git-credential-manager icon indicating copy to clipboard operation
git-credential-manager copied to clipboard

Fix a few issues with TRACE2 output

Open mjcheetham opened this issue 7 months ago • 0 comments

I noticed a few problems with the TRACE2 support when writing to a pipe/socket. The handling of the trace2.eventTarget setting to get the correct pipe name/socket file path was incorrect resulting in names like "pipe\foobar" when given "//./pipe/foobar" on Windows, when it should be "foobar".

Also the event field name 'format' is incorrect; it should be 'fmt'.

mjcheetham avatar Apr 30 '25 14:04 mjcheetham