bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit a76ef6e4cb345d6aa70f48777708188fce0ceacb
Author:     Yousef_Rabia <yousef.mohamed.ra...@gmail.com>
AuthorDate: Sun Mar 19 12:03:31 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Mar 22 07:54:53 2023 +0000

    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 <sberg...@redhat.com>

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

Reply via email to