We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02313b commit 8c835b8Copy full SHA for 8c835b8
1 file changed
endpoints/launch/launchers/native/ue4_prereqs_windows.go
@@ -217,7 +217,7 @@ func handleUE4Prereqs(params launch.LauncherParams) error {
217
if installRes.ExitCode != 0 {
218
if installRes.ExitCode == elevate.ExitCodeAccessDenied {
219
msg := "User or system did not grant elevation privileges"
220
- consumer.Errorf(msg)
+ consumer.Errorf("%s", msg)
221
return errors.WithStack(butlerd.CodeOperationAborted)
222
}
223
0 commit comments