summaryrefslogtreecommitdiffstats
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macro.h b/macro.h
index ed80654..478ab07 100644
--- a/macro.h
+++ b/macro.h
@@ -38,6 +38,7 @@
#define sa_return_val_if_fail_mutex(m, expr, val) \
do { \
if (!(expr)) { \
+ \
fprintf(stderr, "%s: Assertion <%s> failed.\n", PRETTY_FUNCTION, #expr ); \
sa_mutex_unlock(m); \
return (val); \