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

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-09 22:12+0300\n"
"POT-Creation-Date: 2024-08-09 22:28+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

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;
}