commit ef2164c645db970561be2d48e00f6606af5ec284
parent 5b3459ae77652517c28cb4ffe8f5e42f54f962ba
Author: Yersa Nordman <yersa@finwo.nl>
Date: Fri, 13 Oct 2023 23:13:56 +0200
Remove more log spam
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -85,7 +85,6 @@ void handle_packet_bond(struct pmlag_bond *bond) {
}
void handle_packet_iface(struct pmlag_iface *iface) {
- printf("Packet on iface %s\n", iface->name);
struct pmlag_bond *bond = iface->bond;
struct pmlag_rt_entry *rt_entry;
int send_len, buflen, idx;