mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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;
|
||||
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue