Skip to content

Commit

Permalink
precise message
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Aug 8, 2021
1 parent 634a351 commit 411f55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn watch_feeds(feeds: HashMap<String, Feed>, client: Client) -> Result<Vec<Task<
info!("Start watcher for \"{}\"", name);

if let Err(e) = watcher.watch(rx).await {
error!("Watcher for \"{}\" has an error: {}", name, &e);
error!("Watcher for \"{}\" stopped with an error: {}", name, &e);
return Err(e);
}

Expand Down

0 comments on commit 411f55a

Please sign in to comment.