summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}