diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-31 14:22:45 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-31 14:22:45 +0000 |
| commit | 5cbb66a084d2afc160dadd8fd302525a48200d3f (patch) | |
| tree | f3068901419a34f2e92072a74f384ed6a6263903 /src | |
| parent | 37028e3310e8f33798559017dc911b821f203c85 (diff) | |
| download | zabbix-5cbb66a084d2afc160dadd8fd302525a48200d3f.tar.gz zabbix-5cbb66a084d2afc160dadd8fd302525a48200d3f.tar.xz zabbix-5cbb66a084d2afc160dadd8fd302525a48200d3f.zip | |
- fix for syslog logging of zabbix_trapperd (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@960 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
| -rw-r--r-- | src/zabbix_trapper/zabbix_trapperd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_trapper/zabbix_trapperd.c b/src/zabbix_trapper/zabbix_trapperd.c index 8f4a2cba..e426f306 100644 --- a/src/zabbix_trapper/zabbix_trapperd.c +++ b/src/zabbix_trapper/zabbix_trapperd.c @@ -423,7 +423,7 @@ int main() if(CONFIG_LOG_FILE == NULL) { - zabbix_open_log(LOG_TYPE_FILE,CONFIG_LOG_LEVEL,NULL); + zabbix_open_log(LOG_TYPE_SYSLOG,CONFIG_LOG_LEVEL,NULL); } else { |
