log more disgnostics data

This commit is contained in:
orignal 2015-02-02 20:15:49 -05:00
parent f846b87590
commit 95dbc20350
2 changed files with 7 additions and 6 deletions

View file

@ -266,7 +266,7 @@ namespace transport
//uint8_t * start = buf;
uint8_t flag = *buf;
buf++;
LogPrint (eLogDebug, "Process SSU data flags=", (int)flag);
LogPrint (eLogDebug, "Process SSU data flags=", (int)flag, " len=", len);
// process acks if presented
if (flag & (DATA_FLAG_ACK_BITFIELDS_INCLUDED | DATA_FLAG_EXPLICIT_ACKS_INCLUDED))
ProcessAcks (buf, flag);