replaced warning with info

pull/1/head
Michael Peter Christen 11 years ago
parent f1032fb8fe
commit bf18a39d0e

@ -295,7 +295,7 @@ public final class CrawlStacker {
String error; String error;
if (profile == null) { if (profile == null) {
error = "LOST STACKER PROFILE HANDLE '" + entry.profileHandle() + "' for URL " + entry.url().toNormalform(true); error = "LOST STACKER PROFILE HANDLE '" + entry.profileHandle() + "' for URL " + entry.url().toNormalform(true);
CrawlStacker.log.warn(error); CrawlStacker.log.info(error); // this is NOT an error but a normal effect when terminating a crawl queue
return error; return error;
} }

Loading…
Cancel
Save