summaryrefslogtreecommitdiff
path: root/tests/audiomatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/audiomatch.c')
-rw-r--r--tests/audiomatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/audiomatch.c b/tests/audiomatch.c
index 6d181cff1e..e2d6c5555f 100644
--- a/tests/audiomatch.c
+++ b/tests/audiomatch.c
@@ -106,5 +106,5 @@ int main(int argc, char **argv){
bestpos = pos;
}
}
- printf("presig: %d postsig:%d c:%7.4f\n", bestpos, datlen - siglen - bestpos, bestc / sigamp);
+ printf("presig: %d postsig:%d c:%7.4f lenerr:%d\n", bestpos, datlen - siglen - bestpos, bestc / sigamp, datlen - siglen);
}