basic support for builtins
[m6w6/ext-psi] / src / error.c
index 486867bbfb1364338522a9dae218598b077c5c59..af336a2260e434da0ba0fccb3898af08779e33ac 100644 (file)
@@ -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) {