Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Mar 11, 2024
1 parent 6dcbfbf commit e539b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl IpStack {
continue;
}
#[cfg(feature = "log")]
error!("{}", e);
error!("IpStackTcpStream::new failed \"{}\"", e);
}
}
}
Expand Down

0 comments on commit e539b0b

Please sign in to comment.