Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-30 17:20:22 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-30 17:20:32 +0300
commit279fad3f9b7b30b82c08cdd42b0fea54c13b1b2f (patch)
tree351d75e9eabd67c60b29da8095ef296e64b36303 /include
parent0acf2a938a8c42c52c3b8a42ca10f69b8f9cc42b (diff)
parent48d7765fc9250da7580c352bacf4dc0e39532067 (diff)
.......... [ZBXNEXT-6309] updated to master branch (no conflicts)
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index d2ac4f1bd84..e15936aadbd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -904,8 +904,8 @@ while (0)
\
do \
{ \
- zbx_error("ERROR [file and function: <%s,%s>, revision:%s] Something impossible has just happened.", \
- __FILE__, __func__, ZABBIX_REVISION); \
+ zbx_error("ERROR [file and function: <%s,%s>, revision:%s, line:%d] Something impossible has just" \
+ " happened.", __FILE__, __func__, ZABBIX_REVISION, __LINE__); \
zbx_backtrace(); \
} \
while (0)