1
2
Fork 0
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:
mat 2023-12-02 16:07:09 -06:00
parent f052882123
commit 0713223e12

View file

@ -357,7 +357,7 @@ where
format!("{buf:?}")
}
};
trace!("Reading packet with bytes: {buf_string}");
tracing::trace!("Reading packet with bytes: {buf_string}");
});
Ok(Some(buf))