aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index ecc13491..087013d7 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -334,8 +334,9 @@ QPDF::reconstruct_xref(QPDFExc& e)
{
if (this->reconstructed_xref)
{
- // Avoid xref reconstruction infinite loops
- QTC::TC("qpdf", "QPDF caught recursive xref reconstruction");
+ // Avoid xref reconstruction infinite loops. This is getting
+ // very hard to reproduce because qpdf is throwing many fewer
+ // exceptions while parsing. Most situations are warnings now.
throw e;
}