Index: src/zabbix_server/httppoller/httpmacro.c =================================================================== --- src/zabbix_server/httppoller/httpmacro.c (revision 38935) +++ src/zabbix_server/httppoller/httpmacro.c (working copy) @@ -86,8 +86,8 @@ zbx_ptr_pair_t pair = {NULL, NULL}; int index, ret = FAIL; - zabbix_log(LOG_LEVEL_DEBUG, "In %s() pkey:'%.*s' pvalue:'%.*s'", - __function_name, (int)nkey, pkey, (int)nvalue, pvalue); + zabbix_log(LOG_LEVEL_DEBUG, "In %s() pkey:'%.*s' pvalue:'%.*s' data:%s", + __function_name, (int)nkey, pkey, (int)nvalue, pvalue, data); if (0 == nkey || 0 == nvalue) {