Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dumping packet content in Debug... #988

Closed
wants to merge 1 commit into from

Conversation

rklaehn
Copy link
Contributor

@rklaehn rklaehn commented May 10, 2023

...for DerpReadResult and ReceivedMessage::ReceivedPacket

This prevents seeing a giant wall of useless text when running with debug tracing. If we actually need the package contents we can do something more fancy like a hex dump of the first n chars, but I think this is already useful.

…dMessage::ReceivedPacket

This prevents seeing a giant wall of useless text when running with debug tracing.
If we actually need the package contents we can do something more fancy like
a hex dump of the first n chars, but I think this is already useful.
@rklaehn rklaehn marked this pull request as ready for review May 10, 2023 06:40
@rklaehn
Copy link
Contributor Author

rklaehn commented May 10, 2023

We will wait some time for a new derive_more release JelteF/derive_more#259 that includes custom debug.

@rklaehn rklaehn closed this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant