[Libreoffice-commits] core.git: sal/osl

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 4 14:41:18 UTC 2020


 sal/osl/unx/uunxapi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 533f0094df9a591116b73dca63bc34ddab683bdd
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sat Apr 4 17:36:26 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sat Apr 4 17:38:26 2020 +0300

    Let's put some verbosity in #if 0, though
    
    Change-Id: I862c6277b4ef8d80bd6352fe27fed96a262cd02e

diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx
index 57f983ccf65d..9f7e6d0c4635 100644
--- a/sal/osl/unx/uunxapi.cxx
+++ b/sal/osl/unx/uunxapi.cxx
@@ -919,7 +919,7 @@ namespace osl
     void unregisterPathForFd(int fd)
     {
         fdToPathMap.erase(fd);
-#if 1
+#if 0
         // Experimentation...
         if (fdToPathMap.size() < 5)
             dumpFdToPathMap();


More information about the Libreoffice-commits mailing list