updated logging
This commit is contained in:
parent
1fcf89bb52
commit
ec8db9a658
|
@ -81,8 +81,8 @@ impl Processor {
|
||||||
let dst_ifid = ifname_to_ifidx(dst_if.name.to_string());
|
let dst_ifid = ifname_to_ifidx(dst_if.name.to_string());
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"forwarding {:?} from {} to {}",
|
"forwarding packet questions {:?} answers = {:?} from {} to {}",
|
||||||
packet, src_ifname, dst_if.name
|
packet.questions, packet.answers, src_ifname, dst_if.name
|
||||||
);
|
);
|
||||||
// TODO(ishan): Take a note of transaction id
|
// TODO(ishan): Take a note of transaction id
|
||||||
// and avoid feedback loops
|
// and avoid feedback loops
|
||||||
|
|
Loading…
Reference in New Issue
Block a user