From f1b81018ee7237fdfbf4bfb9665b8b526af8fb9b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 6 Jul 2019 14:00:14 +0200 Subject: [PATCH] less log --- src/utils/hldata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/hldata.cpp b/src/utils/hldata.cpp index c3b9b0a7..e0f0493d 100644 --- a/src/utils/hldata.cpp +++ b/src/utils/hldata.cpp @@ -241,8 +241,8 @@ bool matchGroup(const HighlightData& hldata, if (do_proximity_test( window, orplists, 1, pos, pos, &sta, &sto, minpos, isphrase)) { setWinMinMax(pos, sta, sto); - LOGINF("TextSplitPTR::matchGroup: MATCH termpos [" << sta << - "," << sto << "]\n"); + LOGRP("TextSplitPTR::matchGroup: MATCH termpos [" << sta << + "," << sto << "]\n"); minpos = sto + 1; // Translate the position window into a byte offset window auto i1 = gpostobytes.find(sta);