toString fix

pull/1/head
Michael Peter Christen 11 years ago
parent b983e68254
commit 1609763be5

@ -307,7 +307,7 @@ public final class CrawlStacker {
final CrawlProfile profile = this.crawler.get(handle);
String error;
if (profile == null) {
error = "LOST STACKER PROFILE HANDLE '" + entry.profileHandle() + "' for URL " + entry.url();
error = "LOST STACKER PROFILE HANDLE '" + entry.profileHandle() + "' for URL " + entry.url().toNormalform(true);
CrawlStacker.log.warn(error);
return error;
}

Loading…
Cancel
Save