summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxlog/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxlog/log.c')
-rw-r--r--src/libs/zbxlog/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxlog/log.c b/src/libs/zbxlog/log.c
index 1cbf1de3..730677ac 100644
--- a/src/libs/zbxlog/log.c
+++ b/src/libs/zbxlog/log.c
@@ -106,7 +106,7 @@ zbx_error("Loging to file '%s'",filename);
zbx_error("Loging to STDERR",filename);
/* Not supported logging type */
- if(ZBX_MUTEX_ERROR == zbx_mutex_create(&log_file_access, "/tmp/zbxlmtx"))
+ if(ZBX_MUTEX_ERROR == zbx_mutex_create(&log_file_access, "log"))
{
zbx_error("Unable to create mutex for log file");
return FAIL;