This commit is contained in:
Dominik Werder
2023-03-22 16:25:26 +01:00
parent e53b328f21
commit c09c5be926
6 changed files with 51 additions and 16 deletions

View File

@@ -70,6 +70,7 @@ pub async fn make_event_pipe(
let channel_config = match channel_config {
Ok(x) => x,
Err(e) => {
error!("make_event_pipe can not find config");
if e.msg().contains("ErrorKind::NotFound") {
warn!("{e}");
let s = futures_util::stream::empty();