diff options
Diffstat (limited to 'exception.c')
-rw-r--r-- | exception.c | 2 |
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); } |