change more references to (f)printf to polarssl_(f)printf to allow overriding
diff --git a/tests/scripts/generate_code.pl b/tests/scripts/generate_code.pl
index 6b195e7..4591378 100755
--- a/tests/scripts/generate_code.pl
+++ b/tests/scripts/generate_code.pl
@@ -172,7 +172,7 @@
 $param_defs
     if( cnt != $param_count )
     {
-        fprintf( stderr, "\\nIncorrect argument count (%d != %d)\\n", cnt, $param_count );
+        polarssl_fprintf( stderr, "\\nIncorrect argument count (%d != %d)\\n", cnt, $param_count );
         return( 2 );
     }