fix: use tracing::warn! instead of bare warn! in engine.rs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -442,7 +442,7 @@ impl CallEngine {
|
|||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
{
|
{
|
||||||
if let Err(e) = crate::android_audio::set_audio_mode_communication() {
|
if let Err(e) = crate::android_audio::set_audio_mode_communication() {
|
||||||
warn!("set_audio_mode_communication failed: {e}");
|
tracing::warn!("set_audio_mode_communication failed: {e}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user