From ec8db9a6581692f53ace459b2206c747b3144a1a Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Sat, 29 Jul 2023 02:10:15 +0530 Subject: [PATCH] updated logging --- src/processor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/processor.rs b/src/processor.rs index 89b1f8d..c5e49d0 100644 --- a/src/processor.rs +++ b/src/processor.rs @@ -81,8 +81,8 @@ impl Processor { let dst_ifid = ifname_to_ifidx(dst_if.name.to_string()); info!( - "forwarding {:?} from {} to {}", - packet, src_ifname, dst_if.name + "forwarding packet questions {:?} answers = {:?} from {} to {}", + packet.questions, packet.answers, src_ifname, dst_if.name ); // TODO(ishan): Take a note of transaction id // and avoid feedback loops