[Libreoffice] Move DBG_ERROR[1-9] to OSL_TRACE

Thomas Arnhold thomas at arnhold.org
Fri Mar 18 12:53:36 PDT 2011


Hi,

some days ago I converted all DBG_ERROR[1-9], which had a printf like
format string, to OSL_TRACE. David Tardon pointed me out that this
slightly changed the behavior, because the according OSL variant of
DBG_ERROR is OSL_FAIL (which is _OSL_ENSURE), which therefore breaks the
debug if OSL_FAIL got called. OSL_TRACE doesn't, it only prints a
message about this.

Has anyone objections about this new behavior?

Thomas


More information about the LibreOffice mailing list