Issue #2191 - Fix build
Former-commit-id: c7b8b6aaf43fd3ed1d73be7ceed8b002a0325205
This commit is contained in:
parent
e692cc245b
commit
0033adf062
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class RegistryReplicationManager {
|
|||
public void checkDownTime() throws MsgRegistryException,
|
||||
EbxmlRegistryException {
|
||||
long currentTime = TimeUtil.currentTimeMillis();
|
||||
long lastKnownUp = federatedRegistryMonitor.getLasKnownUptime();
|
||||
long lastKnownUp = federatedRegistryMonitor.getLastKnownUptime();
|
||||
long downTime = currentTime - lastKnownUp;
|
||||
statusHandler
|
||||
.info("Registry has been down since: "
|
||||
|
|
Loading…
Add table
Reference in a new issue