mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Remove error log about known issue now that it is fixed
This commit is contained in:
parent
38e48a2d8e
commit
87cfd9c5a6
@ -874,9 +874,8 @@ static int game_mode_run_feature_tests(struct GameModeConfig *config)
|
|||||||
else if (iopriostatus == 0)
|
else if (iopriostatus == 0)
|
||||||
LOG_MSG("::: Passed\n");
|
LOG_MSG("::: Passed\n");
|
||||||
else {
|
else {
|
||||||
LOG_MSG(
|
LOG_MSG("::: Failed!\n");
|
||||||
"::: Failed! (known: https://github.com/FeralInteractive/gamemode/issues/140)\n");
|
status = -1;
|
||||||
status = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user