Skip to content

Commit

Permalink
Lgging exception in rest client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 31, 2016
1 parent 1e56fb1 commit e529afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Changelog of Git Changelog.

## Next release
## 1.22
### Other changes

[51cad91dcd3e96c](https://github.com/tomasbjerre/git-changelog-lib/commit/51cad91dcd3e96c) Tomas Bjerre *2016-01-30 17:07:21*
[7fde8935d59456d](https://github.com/tomasbjerre/git-changelog-lib/commit/7fde8935d59456d) Tomas Bjerre *2016-01-30 17:07:40*

Removing accidently added duplicate Gson dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private Optional<String> doGet(String urlParam) {
}
return of(getResponse(conn));
} catch (Exception e) {
logger.error("Got:\n" + response);
logger.error("Got:\n" + response, e);
return absent();
}
}
Expand Down

0 comments on commit e529afb

Please # to comment.