diff --git a/src/openrct2/EditorObjectSelectionSession.cpp b/src/openrct2/EditorObjectSelectionSession.cpp index 61322addee..3e0e2c96c3 100644 --- a/src/openrct2/EditorObjectSelectionSession.cpp +++ b/src/openrct2/EditorObjectSelectionSession.cpp @@ -582,6 +582,7 @@ ResultWithMessage WindowEditorObjectSelectionSelectObject( if (!selectionResult.Successful) { _gSceneryGroupPartialSelectError = selectionResult.Message; + LOG_ERROR("Could not find object: %s", std::string(sgEntry.GetName()).c_str()); } } }