diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-26 18:54:02 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-26 18:54:02 +0000 |
| commit | 8024e7be10c0ef98583ce6573d2cdd69b4066e73 (patch) | |
| tree | 11fe0ffef0f34fad5906824c55d2ef540eea3de2 /src/libs | |
| parent | b9383f5c4ca1bf8399c1c7c191d6d380e5a77cc4 (diff) | |
| download | zabbix-8024e7be10c0ef98583ce6573d2cdd69b4066e73.tar.gz zabbix-8024e7be10c0ef98583ce6573d2cdd69b4066e73.tar.xz zabbix-8024e7be10c0ef98583ce6573d2cdd69b4066e73.zip | |
Small fix.
git-svn-id: svn://svn.zabbix.com/trunk@3934 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/zbxemail/email.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/zbxemail/email.c b/src/libs/zbxemail/email.c index c62d4031..979a37dd 100644 --- a/src/libs/zbxemail/email.c +++ b/src/libs/zbxemail/email.c @@ -63,7 +63,8 @@ int send_email(char *smtp_server,char *smtp_helo,char *smtp_email,char *mailto,c char *OK_251="251"; char *OK_354="354"; - zabbix_log( LOG_LEVEL_WARNING, "SENDING MAIL server[%s]", smtp_server); + zabbix_log( LOG_LEVEL_DEBUG, "In send_email[smtp_server:%s]", + smtp_server); servaddr_in.sin_family=AF_INET; |
