mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
Reduce logging verbosity
This commit is contained in:
parent
62aec06be9
commit
606afb53ea
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user