This commit is contained in:
2021-08-24 18:52:47 +00:00
parent e23a76bcd1
commit a18190ae0d

View File

@@ -81,7 +81,7 @@ namespace AyaNova.Api.Controllers
var TransId = UserTranslationIdFromContext.Id(HttpContext.Items);
log.LogInformation($"ServerState change request by user {UserNameFromContext.Name(HttpContext.Items)} from current state of \"{serverState.GetState().ToString()}\" to \"{desiredState.ToString()}-{state.Reason}\"");
log.LogInformation($"ServerState change request by user {UserNameFromContext.Name(HttpContext.Items)} from current state of \"{serverState.GetState().ToString()}\" to \"{desiredState.ToString()} {state.Reason}\"");
if (desiredState == ApiServerState.ServerState.MigrateMode)
ServerBootConfig.MIGRATING = true;