-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libflux: make flux_msg_fprint() output clearer
Problem: With zmsg_t being removed from the internals of the flux_msg_t data structure (commit XXX), flux_msg_fprint() is no longer beholden to the output format from zframe_fprint(). A more clear format for debugging can be output. Solution: Update flux_msg_fprint() to output all fields in the message using clear key=value output and prefixes indicating the "section" they belong to in the message.
- Loading branch information
Showing
2 changed files
with
43 additions
and
14 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
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