Skip to content

Commit 1a9cfa9

Browse files
committed
debug: println! not tracing
1 parent 40ca693 commit 1a9cfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/premium/patreon.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub async fn patreon_loop(bot: Arc<StarboardBot>) {
2626

2727
loop {
2828
tokio::time::sleep(constants::UPDATE_PATREON_DELAY).await;
29-
tracing::info!("running patreon_loop");
29+
println!("running patreon loop");
3030

3131
let task = tokio::spawn(StarboardBot::catch_future_errors(
3232
bot.clone(),

0 commit comments

Comments
 (0)