X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ferror.c;h=af336a2260e434da0ba0fccb3898af08779e33ac;hp=486867bbfb1364338522a9dae218598b077c5c59;hb=a7ac1c0a3c855321f21682c127a4b707de33a303;hpb=2fa436074ca9a5e87f39b696de832fa2188fcfc6 diff --git a/src/error.c b/src/error.c index 486867b..af336a2 100644 --- a/src/error.c +++ b/src/error.c @@ -71,6 +71,7 @@ void psi_error_wrapper(struct psi_data *context, struct psi_token *t, int type, va_start(argv, msg); psi_verror(type, fn, ln, msg, argv); + PSI_DEBUG_PRINTV(context, msg, argv); va_end(argv); if (context) {