updated logging

This commit is contained in:
Ishan Jain 2023-07-29 02:10:15 +05:30
parent 1fcf89bb52
commit ec8db9a658
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27

View File

@ -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