We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7545c38 commit bb49391Copy full SHA for bb49391
core/service-executor/src/shim.rs
@@ -127,7 +127,7 @@ impl<C: Collection> ServiceExecutorInterface<C> for ServiceExecutor<C> {
127
1001 => {
128
crate::test_services::io_stress::main();
129
},
130
- _ => eprintln!("Service {id} not found."),
+ _ => error!("Service {id} not found."),
131
}
132
133
0 commit comments