diff --git a/QnetGateway.cpp b/QnetGateway.cpp index bb4c83f..9b0569f 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -948,7 +948,7 @@ void CQnetGateway::process() } } else { // g2buflen == 27 if (bool_qso_details && g2buf.counter & 0x40) - printf("id=%04x\n END G2", ntohs(g2buf.streamid)); + printf("id=%04x END G2\n", ntohs(g2buf.streamid)); /* find out which repeater module to send the data to */ int i;