From 05207fcde34d742f2e16e8ecfedd90f23a2f8849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 30 Jan 2025 11:55:09 +0100 Subject: [PATCH] url-mode: wip: regex: tweak debug log message --- url-mode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/url-mode.c b/url-mode.c index 9aac9be0..36dc0250 100644 --- a/url-mode.c +++ b/url-mode.c @@ -448,9 +448,9 @@ regex_detected(const struct terminal *term, enum url_action action, url_list_t * const size_t end = start + mlen; LOG_DBG( - "MATCH at %d: %.*s (%zu) row/col = %dx%d", + "regex match at row %d: %.*srow/col = %dx%d", matches[0].rm_so, (int)mlen, &search_string[matches[0].rm_so], - mlen, v->map[start].row, v->map[start].col); + v->map[start].row, v->map[start].col); tll_push_back( *urls,