1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix left out printf's

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-29 11:47:41 +00:00
parent 860b51642d
commit 7e81e7003f
3 changed files with 5 additions and 6 deletions

View File

@ -94,7 +94,7 @@ while (my $line = <GREP>)
my $found_hl = grep $_ eq $module_name, @high_level_modules;
if (!$found_ll && !$found_hl)
{
printf("Error: Do not know how to handle: $module_name\n");
polarssl_printf("Error: Do not know how to handle: $module_name\n");
exit 1;
}