Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Log also when fetching resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Sep 20, 2016
1 parent 389e55f commit eb56e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/ipfssearch/ipfstika/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ private String getResponse(String path) throws IOException {
throw new IOException(e);
}

System.out.println("Fetching: " + uri.toString());

// Turn URL into input stream
URL url = uri.toURL();
URLConnection connection = url.openConnection();
Expand Down

0 comments on commit eb56e7d

Please sign in to comment.