Skip to content

Commit

Permalink
fixup: log
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 4, 2024
1 parent 707bf25 commit 0727a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-core/src/firewall/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static BLOCK_HYPERV: LazyLock<bool> = LazyLock::new(|| {
.map(|v| v != "0")
.unwrap_or(true);

if enable {
if !enable {
log::debug!("Hyper-V block rule disabled by TALPID_FIREWALL_BLOCK_HYPERV");
}

Expand Down

0 comments on commit 0727a3c

Please sign in to comment.