Add debug log call for tagfile errors.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2672 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
63bee4d150
commit
5567ae6e4b
|
@ -51,7 +51,7 @@ do { \
|
||||||
tag_error = true; \
|
tag_error = true; \
|
||||||
snprintf(errbuf, sizeof(errbuf), __VA_ARGS__); \
|
snprintf(errbuf, sizeof(errbuf), __VA_ARGS__); \
|
||||||
errbuf[sizeof(errbuf) - 1] = '\0'; /* Guarantee to nul-terminate */ \
|
errbuf[sizeof(errbuf) - 1] = '\0'; /* Guarantee to nul-terminate */ \
|
||||||
assert(false); \
|
ASSERT(!"tagfile error", errbuf); \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
// function to printf into errbuf the calling strack for nested groups on error
|
// function to printf into errbuf the calling strack for nested groups on error
|
||||||
|
|
Loading…
Reference in New Issue