1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:23:53 +00:00

Mention the RefId in "error during rendering: " errors

This commit is contained in:
scrawl 2015-05-12 16:50:43 +02:00
parent 4036978718
commit 56ff280230

View file

@ -119,7 +119,7 @@ namespace
}
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;
}
}