Commit b0c9d6f4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Stop printing to stdout on ESI parse warnings

This looks like a bit of forgotten debugging, left by mistake.
parent 1916914d
......@@ -201,7 +201,6 @@ vep_warn(const struct vep_state *vep, const char *p)
VSC_C_main->esi_warnings++;
l = (intmax_t)(vep->ver_p - vep->hack_p);
printf("WARNING at %jd %s\n", l, p);
VSLb(vep->bo->vsl, SLT_ESI_xmlerror, "WARN at %jd %s", l, p);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment