mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-24 14:30:01 +00:00
Failover.WebHook: updated error message.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user