mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-09 09:23:58 +00:00
WebServiceAppsApi: Updated StartAutomaticUpdate() to add log message.
This commit is contained in:
@@ -89,6 +89,8 @@ namespace DnsServerCore
|
||||
if (_dnsWebService.DnsServer.DnsApplicationManager.Applications.Count < 1)
|
||||
return;
|
||||
|
||||
_dnsWebService.Log.Write("DNS Server has started automatic update check for DNS Apps.");
|
||||
|
||||
string storeAppsJsonData = await GetStoreAppsJsonData().WithTimeout(5000);
|
||||
dynamic jsonStoreAppsArray = JsonConvert.DeserializeObject(storeAppsJsonData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user