Skip to content

Commit

Permalink
wip: debug swap
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Nov 5, 2024
1 parent a867970 commit 6bc5b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypervisor/src/hypervisor/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ impl Partition {
.iter()
.filter(|(_, s)| s.dir == PortDirection::Source)
{
sampling_channels.get_mut(name).unwrap().swap();
let foo = sampling_channels.get_mut(name).unwrap().swap();
debug!("swapped channel {name}: {foo}");
}

for (name, _) in self
Expand Down

0 comments on commit 6bc5b16

Please sign in to comment.