summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-04 10:30:26 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-04 10:30:26 +0000
commita2e469d2d01a38bcd69c68bce4e1786699c840e2 (patch)
treede33f418330b0522ba20f37412fd5ea3eedfb3b9 /src/libs
parent11579a31fd513f9956a5e9ee477d313b6247421c (diff)
downloadzabbix-a2e469d2d01a38bcd69c68bce4e1786699c840e2.tar.gz
zabbix-a2e469d2d01a38bcd69c68bce4e1786699c840e2.tar.xz
zabbix-a2e469d2d01a38bcd69c68bce4e1786699c840e2.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3565 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxsysinfo/common/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/common/common.c b/src/libs/zbxsysinfo/common/common.c
index 94b554e0..a88c6310 100644
--- a/src/libs/zbxsysinfo/common/common.c
+++ b/src/libs/zbxsysinfo/common/common.c
@@ -1578,7 +1578,7 @@ static int tcp_expect(const char *hostname, short port, const char *request, con
if(SOCKET_ERROR == connect(s,(struct sockaddr *)&servaddr_in,sizeof(ZBX_SOCKADDR)))
{
- zabbix_log( LOG_LEVEL_WARNING, "Error in connect() [%s:%u] [%s]",hostname, port, strerror_from_system(errno));
+ zabbix_log( LOG_LEVEL_DEBUG, "Error in connect() [%s:%u] [%s]",hostname, port, strerror_from_system(errno));
zbx_sock_close(s);
return SYSINFO_RET_OK;
}