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 b75a38f commit 0f960e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neqo-common/src/qlog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ impl NeqoQlog {
) -> Result<Self, qlog::Error> {
qlog_path.push(format!("{file_prefix}.sqlog"));

println!("==== enabled_with_file {:?}", qlog_path);

let file = OpenOptions::new()
.write(true)
// As a server, the original DCID is chosen by the client. Using
Expand Down

0 comments on commit 0f960e9

Please sign in to comment.