diff --git a/src/Message/Message_Printer.cxx b/src/Message/Message_Printer.cxx index 7b7a29143f..e2c2cc4a59 100644 --- a/src/Message/Message_Printer.cxx +++ b/src/Message/Message_Printer.cxx @@ -13,8 +13,8 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. - #include + #include #include #include @@ -41,7 +41,7 @@ void Message_Printer::Send (const Standard_CString theString, { if (theGravity >= myTraceLevel) { - Send (TCollection_ExtendedString (theString), theGravity, theToOutEol); + Send (TCollection_ExtendedString (theString, Standard_True), theGravity, theToOutEol); } }