summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-01 10:58:38 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-01 10:58:38 +0300
commit9a812c0177cfb7119181bc5afd6c7d935918485e (patch)
treea2e845fba19176776ae76f00dca8cfdf6055af3a /sal
parent0ecf20cd185813327613c01bc6cbff9721cef1f1 (diff)
Let's disable these too then for consistency
Change-Id: I17d17b1cad83a55f9a2c0db80e272c419529b45a
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/mutex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/mutex.cxx b/sal/osl/unx/mutex.cxx
index d82207828b50..a50cfa08ef09 100644
--- a/sal/osl/unx/mutex.cxx
+++ b/sal/osl/unx/mutex.cxx
@@ -65,7 +65,7 @@ oslMutex SAL_CALL osl_createMutex()
pthread_mutexattr_destroy(&aMutexAttr);
- SAL_INFO("sal.osl.mutex", "osl_createMutex(): " << pMutex);
+// SAL_INFO("sal.osl.mutex", "osl_createMutex(): " << pMutex);
return pMutex;
}
@@ -74,7 +74,7 @@ void SAL_CALL osl_destroyMutex(oslMutexImpl *pMutex)
{
SAL_WARN_IF(!pMutex, "sal.osl.mutex", "null pMutex");
- SAL_INFO("sal.osl.mutex", "osl_destroyMutex(" << pMutex << ")");
+// SAL_INFO("sal.osl.mutex", "osl_destroyMutex(" << pMutex << ")");
if ( pMutex != 0 )
{