Skip to content

Commit

Permalink
Trace log duplicate chunk requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 31, 2024
1 parent c760aab commit 148a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/plugins/src/world/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn handle_generate_chunk_request(
{
match world.cache.entry((*chunk_position, *zoom_level)) {
Entry::Occupied(_) => {
tracing::debug!(
tracing::trace!(
?chunk_position,
?zoom_level,
"Ignored request for previously requested chunk"
Expand Down

0 comments on commit 148a6bf

Please sign in to comment.