summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libnetdata/dictionary/dictionary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetdata/dictionary/dictionary.c b/libnetdata/dictionary/dictionary.c
index 951e9d9d2b..663750a242 100644
--- a/libnetdata/dictionary/dictionary.c
+++ b/libnetdata/dictionary/dictionary.c
@@ -1627,7 +1627,7 @@ static inline void api_internal_check_with_trace(DICTIONARY *dict, DICTIONARY_IT
item->dict->creation_function,
item->dict->creation_line,
item->dict->creation_file);
- fatal("DICTIONARY: attempted to %s() but item is NULL", function);
+ fatal("DICTIONARY: attempted to %s() but dict is NULL", function);
}
if(!allow_null_item && !item) {