diff --git a/src/RWStl/RWStl_Reader.cxx b/src/RWStl/RWStl_Reader.cxx index e67bc8ee4d..1ebfe92725 100644 --- a/src/RWStl/RWStl_Reader.cxx +++ b/src/RWStl/RWStl_Reader.cxx @@ -135,6 +135,7 @@ Standard_Boolean RWStl_Reader::Read (const char* theFile, OSD_OpenStream (aBuf, theFile, std::ios::in | std::ios::binary); if (!aBuf.is_open()) { + Message::SendFail (TCollection_AsciiString("Error: file '") + theFile + "' is not found"); return Standard_False; }