replace additional use tracing::

add log:: to disallowed-macros

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-14 04:31:29 +00:00
parent e228dec4f2
commit 4ec5d1e28e
7 changed files with 19 additions and 9 deletions

View file

@ -2,7 +2,7 @@ use std::time::Duration;
use axum::extract::State;
use axum_client_ip::InsecureClientIp;
use conduit::{utils::ReadyExt, Err};
use conduit::{info, utils::ReadyExt, Err};
use rand::Rng;
use ruma::{
api::client::{
@ -13,7 +13,6 @@ use ruma::{
int, EventId, RoomId, UserId,
};
use tokio::time::sleep;
use tracing::info;
use crate::{
debug_info,