Reduce logging verbosity

This commit is contained in:
Thomas Leonard 2016-02-10 08:34:17 +00:00
parent 62aec06be9
commit 606afb53ea

View File

@ -101,7 +101,7 @@ let rec add_nat_rule_and_transmit ?(retries=100) t frame fn logf =
Log.warn (fun f -> f "Failed to add NAT rule: Unparseable");
return ()
| Nat_rewrite.Ok _ ->
Log.info (logf xl_port);
Log.debug (logf xl_port);
match translate t frame with
| Some frame -> forward_ipv4 t frame
| None ->