Skip to content

Commit 22e58e8

Browse files
committed
urlfrontier 0.2
1 parent 3791d0c commit 22e58e8

File tree

2 files changed

+2
-2
lines changed
  • external/urlfrontier

2 files changed

+2
-2
lines changed

external/urlfrontier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.github.crawler-commons</groupId>
2424
<artifactId>urlfrontier-API</artifactId>
25-
<version>0.1</version>
25+
<version>0.2</version>
2626
</dependency>
2727
</dependencies>
2828

external/urlfrontier/src/main/java/com/digitalpebble/stormcrawler/urlfrontier/Spout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void onNext(URLInfo item) {
101101

102102
@Override
103103
public void onError(Throwable t) {
104-
LOG.error("Exception caught {}", t);
104+
LOG.error("Exception caught", t);
105105
}
106106

107107
@Override

0 commit comments

Comments
 (0)