Failover.WebHook: updated error message.

This commit is contained in:
Shreyas Zare
2024-02-17 17:56:45 +05:30
parent 2db9e9ee83
commit 4e58641a8f

View File

@@ -168,7 +168,7 @@ namespace Failover
}
catch (Exception ex)
{
_service.DnsServer.WriteLog(ex);
_service.DnsServer.WriteLog("Webhook call failed for URL: " + url.AbsoluteUri + "\r\n" + ex.ToString());
}
}