diff options
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/bin/PerlACE/TestTarget_Android.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/PerlACE/TestTarget_Android.pm b/ACE/bin/PerlACE/TestTarget_Android.pm index 06c0c589651..310b6ab588b 100644 --- a/ACE/bin/PerlACE/TestTarget_Android.pm +++ b/ACE/bin/PerlACE/TestTarget_Android.pm @@ -248,7 +248,7 @@ sub WaitForFileTimed ($) # copy the ior back to the host sytem if (system ( $cmd_copy_ior ) == 0) { if (defined $ENV{'ACE_TEST_VERBOSE'}) { - print STDERR "Pull ior succeeded\n"; + print STDERR "Pull $newfile succeeded\n"; } return 0; } |