@@ -1102,7 +1102,7 @@ void __connman_ipconfig_newroute(int index, int family, unsigned char scope,
}
}
- connman_info("%s {add} route %s/%u gw %s scope %u <%s> table %u <%s> "
+ DBG("%s {add} route %s/%u gw %s scope %u <%s> table %u <%s> "
"metric %u",
ifname, dst, dst_prefixlen, gateway, scope, scope2str(scope),
table_id, __connman_inet_table2string(table_id), metric);
@@ -1174,7 +1174,7 @@ void __connman_ipconfig_delroute(int index, int family, unsigned char scope,
}
}
- connman_info("%s {del} route %s/%u gw %s scope %u <%s> table %u <%s> "
+ DBG("%s {del} route %s/%u gw %s scope %u <%s> table %u <%s> "
"metric %u",
ifname, dst, dst_prefixlen, gateway, scope, scope2str(scope),
table_id, __connman_inet_table2string(table_id), metric);