Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.4.0alpha1
-
Fix Version/s: 4.0.14rc1, 4.2.8rc1, 4.4.1rc1, 5.0.0alpha1, 5.0 (plan)
-
Component/s: Agent (G), Proxy (P), Server (S)
-
Labels:
-
Team:Team A
-
Sprint:Sprint 56 (Sep 2019), Sprint 57 (Oct 2019)
-
Story Points:0.125
Description
log.h uses HAVE___VA_ARGS__, __zbx_attr_format_printf and ZBX_TASK_EX, but fails to include headers where these tokens would be declared. As a result, #include "log.h" on its own will cause compilation errors and under certain conditions can make zabbix_log() skip the check of current log level.