Skip to content

Commit

Permalink
Update Refresher/UI/ConsolePatchForm.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jayden <[email protected]>
Signed-off-by: Beyley Thomas <[email protected]>
  • Loading branch information
Beyley and jvyden authored Jan 17, 2024
1 parent 87c3c1f commit 720f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresher/UI/ConsolePatchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private bool InitializePatchAccessor()
}
catch(Exception ex)
{
MessageBox.Show($"Unknown error failed while connecting to PS3...\nAre you sure the IP is correct?\n\n{ex}", "Error!");
MessageBox.Show($"An unknown error occurred while connecting to the PS3.\n\nException details: {ex}", "Error");
return false;
}

Expand Down

0 comments on commit 720f63e

Please sign in to comment.