From d81b86c92fc8183a101586d1f6ceb78e7e8a0dfa Mon Sep 17 00:00:00 2001 From: Philippe Mavridis Date: Wed, 18 Feb 2026 00:30:22 +0200 Subject: Ark: Fix expected columns order This resolves #115. Signed-off-by: Philippe Mavridis --- ark/arch.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ark/arch.cpp') diff --git a/ark/arch.cpp b/ark/arch.cpp index 1b2d08e..a909084 100644 --- a/ark/arch.cpp +++ b/ark/arch.cpp @@ -353,7 +353,9 @@ bool Arch::processLine( const TQCString &line ) continue; // More? else { - kdDebug(1601) << "processLine failed to match critical column" << endl; + kdDebug(1601) << "processLine failed to match critical column " + << "(failing pattern: " << curCol->pattern.pattern() << ")" + << endl; return false; } } -- cgit v1.2.3