summaryrefslogtreecommitdiff
path: root/sal/osl/unx/semaphor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/semaphor.c')
-rw-r--r--sal/osl/unx/semaphor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/semaphor.c b/sal/osl/unx/semaphor.c
index b34395eb44ce..7cb375f49c43 100644
--- a/sal/osl/unx/semaphor.c
+++ b/sal/osl/unx/semaphor.c
@@ -205,7 +205,7 @@ oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount)
if(semctl(pSem->m_Id, 0, IPC_RMID, arg) < 0)
{
- OSL_TRACE("semctl(IPC_RMID) failed. Errno: %d; %s\n", errno, strerror(errno));
+ OSL_TRACE("semctl(IPC_RMID) failed. Errno: %d; %s", errno, strerror(errno));
}
free(Semaphore);