// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
-
#include <Message_Printer.hxx>
+
#include <Standard_Type.hxx>
#include <TCollection_AsciiString.hxx>
#include <TCollection_ExtendedString.hxx>
{
if (theGravity >= myTraceLevel)
{
- Send (TCollection_ExtendedString (theString), theGravity, theToOutEol);
+ Send (TCollection_ExtendedString (theString, Standard_True), theGravity, theToOutEol);
}
}