WIP before remove of channelwriter

This commit is contained in:
Dominik Werder
2023-08-24 20:42:50 +02:00
parent 26ee621a84
commit 9b03cfe666
20 changed files with 385 additions and 300 deletions

View File

@@ -163,7 +163,7 @@ pub async fn ca_search(opts: CaIngestOpts, channels: &Vec<String>) -> Result<(),
gw_addrs.push(addr);
}
Err(e) => {
error!("can not resolve {s} {e}");
warn!("can not resolve {s} {e}");
}
}
}