-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-17095] MCS not to print identities as bytes
The messageCryptoService prints identities as decimal bytes, and this doesn't help much with debugging because no sane person would want to convert a decimal byte array to a PEM manually and then pass it through openssl to figure out what is the peer in question. This change set makes the logs use the String() method of the PeerIdentityType. Change-Id: I71706d6d941de3a9fe7d6efbadf28949142232e2 Signed-off-by: yacovm <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters