From 109f39e09630409a30a9f4e8183f539c499f07ba Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 3 Jun 2024 04:06:21 +0200 Subject: improved (v)conn init / open / init vlink / open vlink API; implemented randezvous hashing --- ecp/test/init_vconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/test/init_vconn.c') diff --git a/ecp/test/init_vconn.c b/ecp/test/init_vconn.c index 273ae5d..8421365 100644 --- a/ecp/test/init_vconn.c +++ b/ecp/test/init_vconn.c @@ -6,7 +6,7 @@ #include static void handle_err(ECPConnection *conn, unsigned char mtype, int err) { - printf("ERR: CTYPE:0x%x MTYPE:0x%x ERR:%d\n", conn->type, mtype, err); + printf("ERROR: CTYPE:0x%x MTYPE:0x%x ERR:%d\n", conn->type, mtype, err); } static ECPConnection *conn_new(ECPSocket *sock, ECPConnection *parent, unsigned char type) { -- cgit v1.2.3