fpi-print: Improve debug on print score

This commit is contained in:
Marco Trevisan (Treviño) 2020-06-16 22:49:18 +02:00
parent cbf1dcca29
commit c6b8430c72
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ fpi_print_bz3_match (FpPrint *template, FpPrint *print, gint bz3_threshold, GErr
gint score;
gstruct = g_ptr_array_index (template->prints, i);
score = bozorth_to_gallery (probe_len, pstruct, gstruct);
fp_dbg ("score %d", score);
fp_dbg ("score %d/%d", score, bz3_threshold);
if (score >= bz3_threshold)
return FPI_MATCH_SUCCESS;