Merge pull request #44 from stephen-turner/CA-94466-b

CA-94466: Log when the heartbeat has come back
This commit is contained in:
Gabor Apati-Nagy 2014-04-17 13:49:27 +01:00
commit 123f5f51e2

View File

@ -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)