ccs: log message when server spawned

This commit is contained in:
Alex Janka 2025-01-18 12:00:57 +11:00
parent 9d12bce452
commit 7ffdfd1fc3

View file

@ -150,6 +150,7 @@ async fn watch(args: Args) -> eyre::Result<()> {
follow_voltage_tx,
));
let server_task = tokio::task::spawn(server.launch());
log::warn!("...started!");
tokio::select! {
v = controller_tasks.next() => {