mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 00:53:52 +00:00
Mention the RefId in "error during rendering: " errors
This commit is contained in:
parent
4036978718
commit
56ff280230
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue