diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-09-13 11:34:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-09-13 11:34:07 +0000 |
commit | ffed3cdaa2ee646a7336c0063fe2eda89ed40f84 (patch) | |
tree | 311990d70a3a8033745ff37ee86a2e87d0378725 /ACE | |
parent | c4b0e8b3e883ca4a503d8c6b69a32984c7dfc4b5 (diff) | |
download | ATCD-ffed3cdaa2ee646a7336c0063fe2eda89ed40f84.tar.gz |
Improved verbose message
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; } |