mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-12-27 16:19:24 -05:00
minor changes
This commit is contained in:
parent
f7bfa0299e
commit
6f6eab5cd5
@ -525,7 +525,7 @@ struct
|
||||
let uplink_wait_update qubesDB router =
|
||||
let rec aux current_db =
|
||||
let netvm = "/qubes-gateway" in
|
||||
Log.info (fun f -> f "Waiting for netvm changes from %S...%!" netvm);
|
||||
Log.info (fun f -> f "Waiting for netvm changes to %S...%!" netvm);
|
||||
Qubes.DB.after qubesDB current_db >>= fun new_db ->
|
||||
(match (router.uplink, Qubes.DB.KeyMap.find_opt netvm new_db) with
|
||||
| Some uplink, Some netvm
|
||||
|
Loading…
Reference in New Issue
Block a user