mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-05 15:33:57 +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