Skip to content

Commit

Permalink
chore: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Aug 9, 2024
1 parent 7dd879a commit 3462f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appflowy-plugin/src/core/rpc_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl<W: Write + Send> RpcLoop<W> {
},
Ok(Call::Message(_msg)) => {
#[cfg(feature = "verbose")]
trace!("[RPC {}]: {}", _plugin_name, _msg);
trace!("[RPC {}] logging: {}", _plugin_name, _msg);
},
}
}
Expand Down

0 comments on commit 3462f22

Please sign in to comment.