mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
Tweaks
This commit is contained in:
@@ -675,11 +675,11 @@ static void mitel_cm7291_side_2_and_bellcore_tests(void)
|
||||
{
|
||||
if (hit_types[i])
|
||||
{
|
||||
printf(" Digit %c had %d false hits\n", i, hit_types[i]);
|
||||
printf(" Digit %c had %d false hits.\n", i, hit_types[i]);
|
||||
j += hit_types[i];
|
||||
}
|
||||
}
|
||||
printf(" %d hits in total\n", j);
|
||||
printf(" %d false hits in total.\n", j);
|
||||
if (j > 470)
|
||||
{
|
||||
printf(" Failed\n");
|
||||
|
||||
Reference in New Issue
Block a user