Skip to content

Commit

Permalink
Removed an extra error text prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Dec 26, 2023
1 parent 2fdc188 commit 2e0afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grandorgue/GOOrganController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ wxString GOOrganController::Load(
if (wereExceptions) {
for (auto obj : GetCacheObjects()) {
if (!obj->IsReady())
wxLogError(_("Unable to load data: %s"), obj->GetLoadError());
wxLogError(obj->GetLoadError());
}
GOMessageBox(
_("There are errors while loading the organ. See Log Messages."),
Expand Down

0 comments on commit 2e0afe4

Please sign in to comment.