Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jan 23, 2024
1 parent d3b971e commit 0ab68f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/voicevox_core_c_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ fn init_logger_once() {
} else {
"warn"
};
EnvFilter::from(format!(
"error,voicevox_core=info,voicevox_core_c_api=info,ort={ORT_LOGGING_LEVEL}"
))
format!("error,voicevox_core=info,voicevox_core_c_api=info,ort={ORT_LOGGING_LEVEL}")
.into()
})
.with_timer(local_time as fn(&mut Writer<'_>) -> _)
.with_ansi(ansi)
Expand Down

0 comments on commit 0ab68f2

Please sign in to comment.