summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.c b/exception.c
index b440758..8058fbf 100644
--- a/exception.c
+++ b/exception.c
@@ -144,7 +144,7 @@ SRD_PRIV void srd_exception_catch(const char *format, ...)
/* Log the detailed stack trace. */
if (tracefmt_str) {
- srd_dbg("%s", tracefmt_str);
+ srd_err("%s", tracefmt_str);
g_free(tracefmt_str);
}