Skip to content

Commit

Permalink
fix compile error when trace logs are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 2, 2023
1 parent f052882 commit 0713223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea-protocol/src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0713223

Please sign in to comment.