ccs: log message when server spawned
This commit is contained in:
parent
9d12bce452
commit
7ffdfd1fc3
1 changed files with 1 additions and 0 deletions
|
@ -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() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue