X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=exception.c;fp=exception.c;h=8058fbfa44f02bbe3a8292d8cb6c7efc444f13ab;hp=b4407588c346be4d3aa77fbc6cff4a7fb8db93ab;hb=1dac69e9b0bc1d12c45d2a6e49b9890f29b744cb;hpb=cffb6592f4cff804745b8456e2c9f8abc6571603 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); }