diff --git a/src/nostalgia/studio/studioapp.cpp b/src/nostalgia/studio/studioapp.cpp index 2824a71e..1648e657 100644 --- a/src/nostalgia/studio/studioapp.cpp +++ b/src/nostalgia/studio/studioapp.cpp @@ -45,7 +45,7 @@ StudioUI::StudioUI(core::Context *ctx) noexcept { for (const auto &f : config.openFiles) { auto openFileErr = openFileActiveTab(f, config.activeTabItemName == f); if (openFileErr) { - oxErrorf("Could not open editor: {}\n", toStr(openFileErr)); + oxErrorf("\nCould not open editor for file:\n\t{}\nReason:\n\t{}\n", f, toStr(openFileErr)); } } } else {