Improve ApplyUserPowerPlan message
This commit is contained in:
Родитель
8aa6ade6d5
Коммит
9c6cad9031
|
@ -51,7 +51,7 @@ namespace BenchmarkDotNet.Running
|
|||
{
|
||||
powerPlanChanged = false;
|
||||
var powerPlanFriendlyName = PowerManagementHelper.CurrentPlanFriendlyName;
|
||||
logger.WriteInfo($"Succesfully reverted power plan (GUID: {userCurrentPowerPlan.Value} FriendlyName: {powerPlanFriendlyName})");
|
||||
logger.WriteLineInfo($"Successfully reverted power plan (GUID: {userCurrentPowerPlan.Value} FriendlyName: {powerPlanFriendlyName})");
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Загрузка…
Ссылка в новой задаче