summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-04-04 17:36:26 +0300
committerTor Lillqvist <tml@collabora.com>2020-04-04 17:38:26 +0300
commit533f0094df9a591116b73dca63bc34ddab683bdd (patch)
tree55d0ee62036354e65e7684c76cf76908a33e4f10 /sal
parent894ab7459d7d823e890535a162c79498ac1aa23b (diff)
Let's put some verbosity in #if 0, though
Change-Id: I862c6277b4ef8d80bd6352fe27fed96a262cd02e
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/uunxapi.cxx2
1 files changed, 1 insertions, 1 deletions
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();