use extern namespace in log wrapper macros
convert use tracing statements Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0e46b750a0
commit
c05f00661b
3 changed files with 11 additions and 11 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue