Skip to content

Commit 67cd692

Browse files
committed
chore: fixing debug print outs
1 parent 40e0f08 commit 67cd692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/apollo-mcp-proxy/src/non_blocking_stdio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl Transport<RoleServer> for NonBlockStdIo {
109109
fn receive(&mut self) -> impl Future<Output = Option<RxJsonRpcMessage<RoleServer>>> + Send {
110110
async move {
111111
let data = self.rx_in.recv().await;
112-
debug!("[NonBlockStdIo receiving] {data:?}");
112+
debug!("[NonBlockStdIo] Receiving {data:?}");
113113
data
114114
}
115115
}

0 commit comments

Comments
 (0)