*) more verbose error message

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2519 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 18 years ago
parent b298474e22
commit 406e170e25

@ -519,7 +519,9 @@ public final class plasmaCrawlLURL extends indexURL {
this.stored = false;
//}
} catch (Exception e) {
serverLog.logSevere("PLASMA", "INTERNAL ERROR in plasmaLURL.entry/2: " + e.toString(), e);
serverLog.logSevere("PLASMA", "INTERNAL ERROR in plasmaLURL.entry/2:" +
"\nProperties: " + ((prop==null)?null:prop.toString()) +
"\nErrorMsg: " + e.toString(), e);
}
}

Loading…
Cancel
Save