mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 01:15:04 +01:00
fix log
This commit is contained in:
parent
51fe414821
commit
5956771455
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ async fn main() -> eyre::Result<()> {
|
|||
|
||||
loop {
|
||||
let next = listener.accept().await?;
|
||||
let span = info_span!("connection", ?addr);
|
||||
let span = info_span!("connection", addr = ?next.1);
|
||||
tokio::spawn(
|
||||
async {
|
||||
let mut total_sent_data = Vec::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue