Skip to content
Snippets Groups Projects
Commit 8a9bcfab authored by Florian Fittkau's avatar Florian Fittkau
Browse files

minor

parent 28b70769
Branches
Tags
No related merge requests found
......@@ -406,6 +406,15 @@ public class TCPReaderOneClient extends Thread implements IPeriodicTimeSignalRec
final int orderIndex = buffer.getInt();
try {
// System.out.println(callerHost);
// System.out.println(callerApplication);
// System.out.println("caller: " +
// stringRegistry.getStringFromId(callerHost) + " "
// + stringRegistry.getStringFromId(callerApplication));
// System.out.println("callee: " +
// hostApplicationMetadata.getHostname() + " "
// + hostApplicationMetadata.getApplication());
putInRingBuffer(new ReceivedRemoteCallRecord(timestamp,
stringRegistry.getStringFromId(callerHost),
stringRegistry.getStringFromId(callerApplication), callerTraceId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment