Author: toad
Date: 2007-05-22 13:26:41 +0000 (Tue, 22 May 2007)
New Revision: 13294
Modified:
trunk/freenet/src/freenet/node/GlobalProbe.java
Log:
logging spacing
Modified: trunk/freenet/src/freenet/node/GlobalProbe.java
===================================================================
--- trunk/freenet/src/freenet/node/GlobalProbe.java 2007-05-22 12:45:47 UTC
(rev 13293)
+++ trunk/freenet/src/freenet/node/GlobalProbe.java 2007-05-22 13:26:41 UTC
(rev 13294)
@@ -31,7 +31,7 @@
}
public void onTrace(long uid, double target, double
nearest, double best, short htl, short counter, double location, long nodeUID,
double[] peerLocs, long[] peerUIDs) {
- String msg = "Probe trace: UID="+uid+"
target="+target+" nearest="+nearest+" best="+best+" htl="+htl+"
counter="+counter+" location="+location+"node UID="+nodeUID+" peer
locs="+StringArray.toString(peerLocs)+" peer
UIDs="+StringArray.toString(peerUIDs);
+ String msg = "Probe trace: UID="+uid+"
target="+target+" nearest="+nearest+" best="+best+" htl="+htl+"
counter="+counter+" location="+location+" node UID="+nodeUID+" peer
locs="+StringArray.toString(peerLocs)+" peer
UIDs="+StringArray.toString(peerUIDs);
Logger.error(this, msg);
}
};