X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=8c65c4c14c7d2828fdef79740bcda70c432f5147;hp=43d26972a6465af91f8d868c4dd0805b5c0aece7;hb=45a30f71572fab8e73c456737b7506b2cf12be25;hpb=d8ed5cf36d0c6d5a863497674248c8e8b63b9d98 diff --git a/src/route.c b/src/route.c index 43d26972..8c65c4c1 100644 --- a/src/route.c +++ b/src/route.c @@ -223,7 +223,7 @@ static void learn_mac(mac_t *address) { /* If we don't know this MAC address yet, store it */ if(!subnet) { - logger(DEBUG_TRAFFIC, LOG_INFO, "Learned new MAC address %hx:%hx:%hx:%hx:%hx:%hx", + logger(DEBUG_TRAFFIC, LOG_INFO, "Learned new MAC address %x:%x:%x:%x:%x:%x", address->x[0], address->x[1], address->x[2], address->x[3], address->x[4], address->x[5]);