safety first
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12005 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
babb2f83f5
commit
314da792ca
|
@ -411,7 +411,7 @@ int tl_gets(tagi_t const lst[], tag_type_t tag, tag_value_t value, ...)
|
||||||
#if !defined(NDEBUG)
|
#if !defined(NDEBUG)
|
||||||
else if (tt->tt_class && tt->tt_class->tc_ref_set) {
|
else if (tt->tt_class && tt->tt_class->tc_ref_set) {
|
||||||
fprintf(stderr, "WARNING: tag %s::%s directly used by tl_gets()\n",
|
fprintf(stderr, "WARNING: tag %s::%s directly used by tl_gets()\n",
|
||||||
tt->tt_ns, tt->tt_name);
|
tt->tt_ns ? tt->tt_ns : "", tt->tt_name ? tt->tt_name : "");
|
||||||
assert(tt->tt_class == ref_tag_class);
|
assert(tt->tt_class == ref_tag_class);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue