*) changing loglevel for some messages

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1479 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 0fcd113c42
commit 3d5347bc8e

@ -868,7 +868,7 @@ public final class plasmaCrawlStacker {
} }
} }
} catch (InterruptedException ex) { } catch (InterruptedException ex) {
serverLog.logInfo("STACKCRAWL-POOL","Interruption of thread '" + this.getName() + "' detected."); serverLog.logFiner("STACKCRAWL-POOL","Interruption of thread '" + this.getName() + "' detected.");
} finally { } finally {
if (plasmaCrawlStacker.this.theWorkerPool != null && !this.destroyed) if (plasmaCrawlStacker.this.theWorkerPool != null && !this.destroyed)
plasmaCrawlStacker.this.theWorkerPool.invalidateObject(this); plasmaCrawlStacker.this.theWorkerPool.invalidateObject(this);

@ -189,7 +189,7 @@ public final class plasmaCrawlWorker extends Thread {
} }
} }
} catch (InterruptedException ex) { } catch (InterruptedException ex) {
serverLog.logInfo("CRAWLER-POOL","Interruption of thread '" + this.getName() + "' detected."); serverLog.logFiner("CRAWLER-POOL","Interruption of thread '" + this.getName() + "' detected.");
} finally { } finally {
if (this.myPool != null && !this.destroyed) if (this.myPool != null && !this.destroyed)
this.myPool.invalidateObject(this); this.myPool.invalidateObject(this);

@ -955,7 +955,7 @@ public final class serverCore extends serverAbstractThread implements serverThre
} }
} }
} catch (InterruptedException ex) { } catch (InterruptedException ex) {
serverLog.logInfo("SESSION-POOL","Interruption of thread '" + this.getName() + "' detected."); serverLog.logFiner("SESSION-POOL","Interruption of thread '" + this.getName() + "' detected.");
} finally { } finally {
if (serverCore.this.theSessionPool != null && !this.destroyed) if (serverCore.this.theSessionPool != null && !this.destroyed)
serverCore.this.theSessionPool.invalidateObject(this); serverCore.this.theSessionPool.invalidateObject(this);

Loading…
Cancel
Save