From 5940fa1970df47ad9d9c717d4d283692e69a4ab4 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 24 Oct 2022 20:00:20 +0200 Subject: fixed init --- ecp/test/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/test/init.c') diff --git a/ecp/test/init.c b/ecp/test/init.c index b75b2ee..161742b 100644 --- a/ecp/test/init.c +++ b/ecp/test/init.c @@ -4,7 +4,7 @@ #include static void handle_err(ECPConnection *conn, unsigned char mtype, int err) { - printf("ERR: CTYPE:%d MTYPE:%x ERR:%d\n", conn->type, mtype, err); + printf("ERR: CTYPE:0x%x MTYPE:0x%x ERR:%d\n", conn->type, mtype, err); } static ECPConnection *conn_new(ECPSocket *sock, unsigned char type) { -- cgit v1.2.3