Skip to content

Commit 8c835b8

Browse files
committed
one more
1 parent e02313b commit 8c835b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

endpoints/launch/launchers/native/ue4_prereqs_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func handleUE4Prereqs(params launch.LauncherParams) error {
217217
if installRes.ExitCode != 0 {
218218
if installRes.ExitCode == elevate.ExitCodeAccessDenied {
219219
msg := "User or system did not grant elevation privileges"
220-
consumer.Errorf(msg)
220+
consumer.Errorf("%s", msg)
221221
return errors.WithStack(butlerd.CodeOperationAborted)
222222
}
223223

0 commit comments

Comments
 (0)