diff options
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 3 |
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(¶ms) .send()?; + debug!("{}", response.url()); + debug!("{}", response.status()); + debug!("{}", response.headers()); debug!("{}", response.text()?); Ok(()) |