use extern namespace in log wrapper macros

convert use tracing statements

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-24 22:20:07 +00:00
parent 0e46b750a0
commit c05f00661b
3 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,6 @@
use std::sync::Arc;
use conduit::{error, warn};
use ruma::{
api::client::{
error::ErrorKind,
@ -16,7 +17,6 @@ use ruma::{
serde::Raw,
EventId, RoomId, UserId,
};
use tracing::{error, log::warn};
use crate::{
service::{pdu::PduBuilder, server_is_ours},