aboutsummaryrefslogtreecommitdiffstats
path: root/src/github.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/github.rs')
-rw-r--r--src/github.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github.rs b/src/github.rs
index 9b95192..44a4419 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -93,6 +93,9 @@ pub fn update_commit_status(
.json(&params)
.send()?;
+ debug!("{}", response.url());
+ debug!("{}", response.status());
+ debug!("{}", response.headers());
debug!("{}", response.text()?);
Ok(())