From 3224f26cfed1963994db53172a70f332068ae41e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Dec 2016 12:31:23 +0200 Subject: OSL_TRACE->SAL in unotools..uui Change-Id: I7f391604401b8a10f5d451673ed6223c031c56ab --- unoxml/qa/unit/domtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/qa') diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx index a01e59eb95b1..f6b940ba65bf 100644 --- a/unoxml/qa/unit/domtest.cxx +++ b/unoxml/qa/unit/domtest.cxx @@ -173,7 +173,7 @@ struct TokenHandler { virtual ::sal_Int32 SAL_CALL getTokenFromUTF8( const uno::Sequence< ::sal_Int8 >& Identifier ) throw (uno::RuntimeException) override { - OSL_TRACE("getTokenFromUTF8() %s", reinterpret_cast(Identifier.getConstArray())); + SAL_INFO("unoxml", "getTokenFromUTF8() " << reinterpret_cast(Identifier.getConstArray())); return Identifier.getLength() ? Identifier[0] : 0; } -- cgit