more debug

This commit is contained in:
Robin Appelman 2021-08-17 23:26:43 +02:00
commit fe8a05dd96

View file

@ -61,6 +61,7 @@ async fn main_loop(config: Config) {
req = req.json(&feed.body);
debug!("setting body '{:?}'", feed.body);
}
debug!("request '{:?}'", req);
if let Err(e) = req.send().await.and_then(|res| res.error_for_status()) {
eprintln!("{:#}", e);
}