summaryrefslogtreecommitdiff
path: root/daemon/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/misc.c')
-rw-r--r--daemon/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/misc.c b/daemon/misc.c
index e55aa47..ca14ee3 100644
--- a/daemon/misc.c
+++ b/daemon/misc.c
@@ -223,13 +223,13 @@ void ha_lock(pthread_mutex_t* mtx)
if(r != 0)
{
errno = r;
- ha_message(NULL, LOG_CRIT, "threading problem. couldn't lock mutex");
+ ha_messagex(NULL, LOG_CRIT, "threading problem. couldn't lock mutex");
}
#ifdef _DEBUG
else if(wait)
{
- ha_message(NULL, LOG_DEBUG, "thread unblocked: %d", pthread_self());
+ ha_messagex(NULL, LOG_DEBUG, "thread unblocked: %d", pthread_self());
}
#endif
}