diff --git a/syndicate-server/src/main.rs b/syndicate-server/src/main.rs index d311319..24e32f4 100644 --- a/syndicate-server/src/main.rs +++ b/syndicate-server/src/main.rs @@ -72,6 +72,7 @@ async fn main() -> Result<(), Box> { let root_ds = Cap::new(&t.create(Dataspace::new())); if config.inferior { + tracing::info!("inferior server instance"); let root_ds = Arc::clone(&root_ds); t.spawn(syndicate::name!("parent"), move |t| protocol::run_io_relay( t,