Skip to content

Commit

Permalink
Fixing logging on instagram rips
Browse files Browse the repository at this point in the history
  • Loading branch information
4pr0n committed Mar 9, 2014
1 parent 43948fd commit 034dc1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class InstagramRipper extends AbstractRipper {

private static final String DOMAIN = "instagram.com",
HOST = "instagram";
private static final Logger logger = Logger.getLogger(ImagearnRipper.class);
private static final Logger logger = Logger.getLogger(InstagramRipper.class);

public InstagramRipper(URL url) throws IOException {
super(url);
Expand Down

0 comments on commit 034dc1d

Please sign in to comment.