dagmom commented on pull request #4846:
URL: https://github.com/apache/skywalking/pull/4846#issuecomment-646990999
@wu-sheng
`TagValueNotEqualsException `
```java
@Override
public String getCauseMessage() {
return String.format("[tag(%s) value]: expected=>{},
actual=>{%s}\n", tagKey, expected, actual);
}
```
The code miss `expected` `%s` format.
Where is the source repository. I'm going to fix it and push PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]