mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Server: opsender info logs
This commit is contained in:
@@ -84,7 +84,7 @@ public class OpSender {
|
||||
for (var op : collected)
|
||||
obj.commitOpForHost(host, op);
|
||||
});
|
||||
Log.debug("Sent " + collected.size() + " op updates to " + host + "of" + obj.getId());
|
||||
Log.info("Sent " + collected.size() + " op updates to " + host + "of" + obj.getId());
|
||||
} catch (Throwable e) {
|
||||
Log.warn("Error sending op to " + host, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user