From d1c9e5ee53f8609092ea026639c8f28afec1d36a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 13 Mar 2015 18:20:18 +0100 Subject: tdf#43157: Fix format string violations in OSL_TRACE etc. ...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd --- unoxml/source/dom/node.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source/dom') diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx index eb9d73d06678..4fbba7c6318d 100644 --- a/unoxml/source/dom/node.cxx +++ b/unoxml/source/dom/node.cxx @@ -98,7 +98,7 @@ namespace DOM io_rContext.maNamespaces.back().push_back(aNS); - OSL_TRACE("Added with token 0x%x", aIter->second); + SAL_INFO("unoxml", "Added with token " << aIter->second); } } } -- cgit