cleanup footer on login page
This commit is contained in:
@@ -503,6 +503,9 @@ namespace AyaNova.Core
|
|||||||
{
|
{
|
||||||
var msg = "E1020 - License key not found in database, running in unlicensed mode";
|
var msg = "E1020 - License key not found in database, running in unlicensed mode";
|
||||||
apiServerState.SetSystemLock(msg);
|
apiServerState.SetSystemLock(msg);
|
||||||
|
if (ServerBootConfig.AYANOVA_SERVER_TEST_MODE)
|
||||||
|
log.LogDebug(msg);
|
||||||
|
else
|
||||||
log.LogWarning(msg);
|
log.LogWarning(msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user