Skip to content

Commit e170684

Browse files
Adjust 'Failed to set up high priority' message
#2436 (comment)
1 parent 7b342f5 commit e170684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Extensions/ProcessExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void EnsureHighPriority(this Process process, ILogger logger)
3232
}
3333
catch (Exception ex)
3434
{
35-
logger.WriteLineError($"Failed to set up high priority. Make sure you have the right permissions. Message: {ex.Message}");
35+
logger.WriteLineInfo($"// Failed to set up high priority ({ex.Message}). In order to run benchmarks with high priority, make sure you have the right permissions.");
3636
}
3737
}
3838

0 commit comments

Comments
 (0)