From 95192e7494c5a522e6d9943a4a5637c1ba12753c Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 3 Mar 2019 08:04:57 -0700 Subject: [PATCH] fixed radix of Ignoring packet log message --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 951ea0f..dd179c3 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -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 */