mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fmt: format tracing macro calls (#6776)
This commit is contained in:
@ -100,7 +100,7 @@ where
|
||||
stop_handle: StopHandle,
|
||||
on_ready: oneshot::Sender<Result<(), String>>,
|
||||
) -> io::Result<()> {
|
||||
trace!( endpoint = ?self.endpoint.path(), "starting ipc server");
|
||||
trace!(endpoint = ?self.endpoint.path(), "starting ipc server");
|
||||
|
||||
if cfg!(unix) {
|
||||
// ensure the file does not exist
|
||||
|
||||
Reference in New Issue
Block a user