X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=0a7ad1ca383ea8c0bf21cd44df7c8e762a7f59dc;hp=2262fbb234acfe2d5cda30eed992208781c47623;hb=d4410d0cce40929db9a0ce7042ef962f1867234d;hpb=d704a89ecc0811eb0cdac4e4be8ff3bdb0838976 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 2262fbb2..0a7ad1ca 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -117,7 +117,7 @@ static bool send_proxyrequest(connection_t *c) { i += 2; c->tcplen += 22; } else { - logger(DEBUG_ALWAYS, LOG_ERR, "Address family %hx not supported for SOCKS 5 proxies!", c->address.sa.sa_family); + logger(DEBUG_ALWAYS, LOG_ERR, "Address family %x not supported for SOCKS 5 proxies!", c->address.sa.sa_family); return false; } if(i > len)