summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxlog
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-17 12:25:16 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-17 12:25:16 +0000
commit7c6861acc7b300082006791147e290c221e2ec70 (patch)
tree029c96a1093abfffa513aee77974d5b43310758a /src/libs/zbxlog
parentd66b593c083a3e2e53dbb4c0d193242055f1acf1 (diff)
downloadzabbix-7c6861acc7b300082006791147e290c221e2ec70.tar.gz
zabbix-7c6861acc7b300082006791147e290c221e2ec70.tar.xz
zabbix-7c6861acc7b300082006791147e290c221e2ec70.zip
DLL symbols importing added (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3054 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxlog')
-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;