This commit is contained in:
2021-06-21 17:29:18 +00:00
parent 0e04bb90c9
commit 4a9d0c57c1
7 changed files with 18 additions and 8 deletions

View File

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