Author: toad
Date: 2007-11-17 22:23:47 +0000 (Sat, 17 Nov 2007)
New Revision: 15804
Modified:
trunk/freenet/src/freenet/node/NodeDispatcher.java
Log:
Indent for prev commit
Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeDispatcher.java 2007-11-17 22:22:47 UTC
(rev 15803)
+++ trunk/freenet/src/freenet/node/NodeDispatcher.java 2007-11-17 22:23:47 UTC
(rev 15804)
@@ -868,17 +868,17 @@
try {
if(origSource != null) {
- // Send a completion trace - before forking
- PeerNode[] peers = node.getConnectedPeers();
- Message trace =
- DMT.createFNPProbeTrace(id, target, nearest,
best, ctx.htl, counter, node.getLocation(), node.swapIdentifier,
LocationManager.extractLocs(peers, true), LocationManager.extractUIDs(peers),
ctx.forkCount, linearCounter, "replying", src == null ? -1 :
src.swapIdentifier);
- trace.addSubMessage(sub);
- try {
- origSource.sendAsync(trace, null, 0, null);
- } catch (NotConnectedException e1) {
- // Ignore
+ // Send a completion trace - before forking
+ PeerNode[] peers = node.getConnectedPeers();
+ Message trace =
+ DMT.createFNPProbeTrace(id, target,
nearest, best, ctx.htl, counter, node.getLocation(), node.swapIdentifier,
LocationManager.extractLocs(peers, true), LocationManager.extractUIDs(peers),
ctx.forkCount, linearCounter, "replying", src == null ? -1 :
src.swapIdentifier);
+ trace.addSubMessage(sub);
+ try {
+ origSource.sendAsync(trace, null, 0,
null);
+ } catch (NotConnectedException e1) {
+ // Ignore
+ }
}
- }
} catch (Throwable t) {
Logger.error(this, "Could not send completion trace:
"+t, t);
}