mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
handling update trace
This commit is contained in:
@@ -77,7 +77,7 @@ public class SyncHandler {
|
||||
for (var e : md.getChangelog().entrySet()) {
|
||||
ours += e.getKey() + ": " + e.getValue() + "; ";
|
||||
}
|
||||
Log.info("Handling update: " + header.getName() + " from " + from + "\n" + "ours: " + ours + " \n" + "received: " + rcv);
|
||||
Log.trace("Handling update: " + header.getName() + " from " + from + "\n" + "ours: " + ours + " \n" + "received: " + rcv);
|
||||
|
||||
md.getRemoteCopies().put(from, receivedTotalVer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user