mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-08 05:34:00 -04:00
url-mode: wip: regex: tweak debug log message
This commit is contained in:
parent
6d344f82ee
commit
05207fcde3
1 changed files with 2 additions and 2 deletions
|
|
@ -448,9 +448,9 @@ regex_detected(const struct terminal *term, enum url_action action, url_list_t *
|
||||||
const size_t end = start + mlen;
|
const size_t end = start + mlen;
|
||||||
|
|
||||||
LOG_DBG(
|
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],
|
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(
|
tll_push_back(
|
||||||
*urls,
|
*urls,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue