Skip to content

Commit

Permalink
fix: wrong level
Browse files Browse the repository at this point in the history
  • Loading branch information
tetter27 committed Sep 9, 2024
1 parent bf86fc0 commit a5f4226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moqt-core/src/modules/handlers/announce_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub(crate) async fn announce_handler(
)))
}
Err(err) => {
tracing::warn!("announce_handler: err: {:?}", err.to_string());
tracing::error!("announce_handler: err: {:?}", err.to_string());

Ok(AnnounceResponse::Failure(AnnounceError::new(
announce_message.track_namespace().to_string(),
Expand Down

0 comments on commit a5f4226

Please sign in to comment.