Skip to content
  • George Kiagiadakis's avatar
    rtprtx{send,receive}: improve the debug messages · 286e1e62
    George Kiagiadakis authored
    * use INFO/DEBUG/LOG/TRACE equaly and meaningfully;
      previously rtprtxsend:LOG and rtprtxreceive:LOG would generate
      a totally different amount of log traffic and sometimes it was
      impossible to see the information you wanted without useless
      spam being printed around
    * improve the wording, give a reasonable and self-explanatory
      amount of information
    * print SSRCs in hex
    * avoid G_FOO_FORMAT for readability (we are just printing integers)
    286e1e62