Mention the RefId in "error during rendering: " errors

c++11
scrawl 10 years ago
parent 4036978718
commit 56ff280230

@ -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;
}
}

Loading…
Cancel
Save