Skip to content

Commit

Permalink
Reduced the amount of logging so its easier to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt committed Jun 1, 2024
1 parent 020a4fd commit 28ee090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/os/task/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ impl WasiThread {
);
}
}
let mut total_forgotten = 0usizez;
let mut total_forgotten = 0usize;
while let Some(disowned) = disown {
for hash in disowned.snapshots.keys() {
total_forgotten += 1;
Expand Down

0 comments on commit 28ee090

Please sign in to comment.