diff --git a/src/inet.c b/src/inet.c index 74a5a78619b9..e135d1ad3cae 100644 --- a/src/inet.c +++ b/src/inet.c @@ -3205,7 +3205,9 @@ static int iproute_default_modify(int cmd, uint32_t table_id, int ifindex, int family = connman_inet_check_ipaddress(gateway); char *dst = NULL; - DBG("gateway %s/%u table %u", gateway, prefixlen, table_id); + DBG("gateway %s/%u table %u <%s>", + gateway, prefixlen, + table_id, __connman_inet_table2string(table_id)); switch (family) { case AF_INET: