Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 30, 2024
1 parent b1b0eea commit 906fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub fn init(config: Config) -> Result<&'static Logger, LogError> {
remain.push(item);
}
}
//recv all
//merge log
loop {
match recv.try_recv() {
Ok(v) => {
Expand Down

0 comments on commit 906fdaf

Please sign in to comment.