-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Description
The following debug instrumentation will fail due to invalid argument indexes used in the format strings:
Line 37 in 9f36d22
| Options.LogWarning("No correlation id found for {1}.", Operation); |
Line 52 in 9f36d22
| Options.LogWarning("No correlation id can be set for {1}.", Operation); |
Line 25 in 24c159f
| Options.LogWarning("No correlation id found for {1}.", Operation); |
Typos basically, but of the bad kind.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Projects
Status
Done