mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()
This is how all other debug / diagnostic messages are handled. Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
@@ -608,10 +608,10 @@ xyzModem_stream_read (char *buf, int size, int *err)
|
||||
void
|
||||
xyzModem_stream_close (int *err)
|
||||
{
|
||||
diag_printf
|
||||
ZM_DEBUG (zm_dprintf
|
||||
("xyzModem - %s mode, %d(SOH)/%d(STX)/%d(CAN) packets, %d retries\n",
|
||||
xyz.crc_mode ? "CRC" : "Cksum", xyz.total_SOH, xyz.total_STX,
|
||||
xyz.total_CAN, xyz.total_retries);
|
||||
xyz.total_CAN, xyz.total_retries));
|
||||
ZM_DEBUG (zm_flush ());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user