Browse Source

Remove error log about known issue now that it is fixed

Marc Di Luzio 5 years ago
parent
commit
87cfd9c5a6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      daemon/gamemode-tests.c

+ 2 - 3
daemon/gamemode-tests.c

@@ -874,9 +874,8 @@ static int game_mode_run_feature_tests(struct GameModeConfig *config)
 		else if (iopriostatus == 0)
 			LOG_MSG("::: Passed\n");
 		else {
-			LOG_MSG(
-			    "::: Failed! (known: https://github.com/FeralInteractive/gamemode/issues/140)\n");
-			status = 1;
+			LOG_MSG("::: Failed!\n");
+			status = -1;
 		}
 	}