update: add message for header dump

This commit is contained in:
ngn
2024-08-09 23:52:49 +03:00
parent 1404da3c6c
commit 3be2056c21
2 changed files with 3 additions and 1 deletions

View File

@ -119,6 +119,8 @@ bool lm_mptp_client_recv(int sock, lm_mptp_t *packet) {
return false; // error set by function
}
pdebug(__func__, "printing the header dump");
pdebug_binary((char*)&packet->header, sizeof(packet->header));
return true;
}