mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-19 01:16:45 -04:00
Mention the RefId in "error during rendering: " errors
This commit is contained in:
parent
4036978718
commit
56ff280230
@ -119,7 +119,7 @@ namespace
|
|||||||
}
|
}
|
||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
std::string error ("error during rendering: ");
|
std::string error ("error during rendering '" + ptr.getCellRef().getRefId() + "': ");
|
||||||
std::cerr << error + e.what() << std::endl;
|
std::cerr << error + e.what() << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user