Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5853 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Apr 22, 2009
1 parent daea87d commit 25d2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaSwitchboard.java
Expand Up @@ -2013,7 +2013,7 @@ public boolean dhtTransferJob() {
byte[] startHash = PeerSelection.selectTransferStart();
log.logInfo("dhtTransferJob: selected " + new String(startHash) + " as start hash");
byte[] limitHash = PeerSelection.limitOver(this.webIndex.peers(), startHash);
log.logInfo("dhtTransferJob: selected " + limitHash + " as limit hash");
log.logInfo("dhtTransferJob: selected " + new String(limitHash) + " as limit hash");
try {
boolean enqueued = this.dhtDispatcher.selectContainersEnqueueToCloud(
startHash,
Expand Down

0 comments on commit 25d2160

Please sign in to comment.