Remove duplicate ERROR strings from error logs

Now visible in 5898538
This commit is contained in:
Marc Di Luzio
2019-02-06 17:12:54 +00:00
parent 0170a72634
commit d18f3fc584
2 changed files with 9 additions and 9 deletions

View File

@ -214,7 +214,7 @@ int game_mode_apply_gpu(const GameModeGPUInfo *info, bool apply)
};
if (run_external_process(exec_args) != 0) {
LOG_ERROR("ERROR: Failed to call gpuclockctl, could not apply optimisations!\n");
LOG_ERROR("Failed to call gpuclockctl, could not apply optimisations!\n");
return -1;
}