fixed radix of Ignoring packet log message

pull/14/head
Tom Early 7 years ago
parent 86d29545eb
commit 95192e7494

@ -1135,7 +1135,7 @@ void CQnetGateway::ProcessG2(const ssize_t g2buflen, const SDSVT &g2buf, const b
Gate2Modem[i].Write(g2buf.title, 27);
} else {
if (LOG_DEBUG)
fprintf(stderr, "Warning: Ignoring packet because its ctrl=0x%02uU and lastctrl=0x%02uU\n", g2buf.ctrl, lastctrl);
fprintf(stderr, "Warning: Ignoring packet because its ctrl=0x%02xU and lastctrl=0x%02xU\n", g2buf.ctrl, lastctrl);
}
/* timeit */

Loading…
Cancel
Save

Powered by TurnKey Linux.