Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 7, 2024
1 parent cea9bc7 commit b75a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-bin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ mod tests {
.as_secs()
));
fs::create_dir(&dir).unwrap();
println!("==== {}", dir);
println!("==== {:?}", dir);
Self { path: dir }
}

Expand Down

0 comments on commit b75a38f

Please sign in to comment.