commit | 4f137577d7e4a0ad2d49965640379295277cd139 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 24 17:10:00 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 25 14:51:14 2022 +0100 |
tree | c20401cb47e91171ee181922c5fc06cb43352a70 | |
parent | dd4fbfb5b407e445e215e2aa910c2cf492317c3d [diff] |
MINOR: mux-quic: replace printfs by traces Convert all printfs in the mux-quic code with traces. Note that some meaningul printfs were not converted because they use extra args in a format-string. This is the case inside qcs_push_frame and qc_send_max_streams. A dedicated trace event should be implemented for them to be able to display the extra arguments.