mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix compile error when trace logs are enabled
This commit is contained in:
parent
f052882123
commit
0713223e12
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ where
|
||||||
format!("{buf:?}")
|
format!("{buf:?}")
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
trace!("Reading packet with bytes: {buf_string}");
|
tracing::trace!("Reading packet with bytes: {buf_string}");
|
||||||
});
|
});
|
||||||
|
|
||||||
Ok(Some(buf))
|
Ok(Some(buf))
|
||||||
|
|
Loading…
Add table
Reference in a new issue