diff --git a/server/AyaNova/generator/CoreJobLicense.cs b/server/AyaNova/generator/CoreJobLicense.cs index 4f5781dd..b283a427 100644 --- a/server/AyaNova/generator/CoreJobLicense.cs +++ b/server/AyaNova/generator/CoreJobLicense.cs @@ -70,6 +70,9 @@ namespace AyaNova.Biz var ServerState = (AyaNova.Api.ControllerHelpers.ApiServerState)ServiceProviderProvider.Provider.GetService(typeof(AyaNova.Api.ControllerHelpers.ApiServerState)); var ret = await AyaNova.Core.License.FetchKeyAsync(ServerState, ct, log, true); + #if (DEBUG) + log.LogInformation("TEST FETCH OK"); + #endif //most often the result will be "notfound" but in future might be other results if (ret == "ok") {