Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: thread created should be debug, not info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent 25d343d commit 8afda24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl EventHandler for Handler {
return;
}

info!("Thread created: {:?}", thread);
debug!("Thread created: {:?}", thread);

let configuration_lock = get_configuration_lock(&ctx).await;
let configuration = configuration_lock.read().await;
Expand Down

0 comments on commit 8afda24

Please sign in to comment.