summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorYousef_Rabia <yousef.mohamed.rabia@gmail.com>2023-03-19 12:03:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-03-22 07:54:53 +0000
commita76ef6e4cb345d6aa70f48777708188fce0ceacb (patch)
tree08fde2500aaab8028c9863ab4f83e1669fe86c27 /bridges
parent7e476a24d1f9d58617e3e94630c931dfa0ab3c84 (diff)
tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARN
Change-Id: I94686f820e264867643bb30c83367ee702d3118d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149088 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx
index ca94243d06fe..4e8ab0f2e466 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx
@@ -154,9 +154,8 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr )
// symbol and rtti-name is nearly identical,
// the symbol is prefixed with _ZTI
char const * rttiName = symName.getStr() +4;
-#if defined BRIDGES_DEBUG
- fprintf( stderr,"generated rtti for %s\n", rttiName );
-#endif
+ SAL_INFO("bridges", "generated rtti for " << rttiName);
+
if (pTypeDescr->pBaseTypeDescription)
{
// ensure availability of base