WebServiceAppsApi: Updated StartAutomaticUpdate() to add log message.

This commit is contained in:
Shreyas Zare
2022-09-24 11:51:56 +05:30
parent 4ffe9c74ef
commit b1312f2791

View File

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