update: add message for header dump
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user