mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #44 from stephen-turner/CA-94466-b
CA-94466: Log when the heartbeat has come back
This commit is contained in:
commit
123f5f51e2
@ -127,6 +127,8 @@ namespace XenAdmin.Network
|
||||
GetServerTime();
|
||||
|
||||
// Now that we've successfully received a heartbeat, reset our 'second chance' for the server to timeout
|
||||
if (retrying)
|
||||
log.DebugFormat("Heartbeat for {0} has come back", session == null ? "null" : session.Url);
|
||||
retrying = false;
|
||||
}
|
||||
catch (TargetInvocationException exn)
|
||||
|
Loading…
Reference in New Issue
Block a user