X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmulticast_device.c;h=4d5f10a1408852ea2e7bb2c9aa57e72c1d02ac17;hb=5217c16db4babd64580c2fd7aa36180bb9bd838c;hp=de3ff15e09a9b284e23cac0e65966251e8401a66;hpb=0c026f3c6dec784c3267ad7e2c4709d5393dc292;p=tinc diff --git a/src/multicast_device.c b/src/multicast_device.c index de3ff15e..4d5f10a1 100644 --- a/src/multicast_device.c +++ b/src/multicast_device.c @@ -129,7 +129,7 @@ static bool setup_device(void) { #endif default: - logger(DEBUG_ALWAYS, LOG_ERR, "Multicast for address family %hx unsupported", ai->ai_family); + logger(DEBUG_ALWAYS, LOG_ERR, "Multicast for address family %x unsupported", ai->ai_family); goto error; }