This commit is contained in:
2021-07-07 15:45:40 +00:00
parent 4834450d22
commit 1c7fa23b7a

View File

@@ -71,9 +71,9 @@ namespace AyaNova.Biz
var ret = await AyaNova.Core.License.FetchKeyAsync(ServerState, ct, log, true); var ret = await AyaNova.Core.License.FetchKeyAsync(ServerState, ct, log, true);
//When this was enabled never saw a failed fetch, trying again without it //When this was enabled never saw a failed fetch, trying again without it
#if (DEBUG) //#if (DEBUG)
log.LogInformation("CoreJobLicense - result is: " + ret); log.LogInformation("TEMP TEST LOG: CoreJobLicense - result is: " + ret);
#endif //#endif
//most often the result will be "notfound" but in future might be other results //most often the result will be "notfound" but in future might be other results
if (ret == "ok") if (ret == "ok")
{ {