diff --git a/source/de/anomic/plasma/plasmaCrawlStacker.java b/source/de/anomic/plasma/plasmaCrawlStacker.java index 34bd23061..92f360099 100644 --- a/source/de/anomic/plasma/plasmaCrawlStacker.java +++ b/source/de/anomic/plasma/plasmaCrawlStacker.java @@ -804,7 +804,7 @@ public final class plasmaCrawlStacker { private stackCrawlMessage theMsg; public Worker(ThreadGroup theThreadGroup) { - super(theThreadGroup,"stackCrawlThread"); + super(theThreadGroup,"stackCrawlThread_created"); } public void setStopped(boolean stopped) { @@ -878,6 +878,7 @@ public final class plasmaCrawlStacker { private void execute() { try { + this.setName(plasmaCrawlWorker.threadBaseName + "_" + this.theMsg.url); String rejectReason = dequeue(this.theMsg); if (rejectReason != null) {