summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-13 11:34:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-13 11:34:07 +0000
commit1eba36fc411c90bda14987a666c1e06cfd75a534 (patch)
tree311990d70a3a8033745ff37ee86a2e87d0378725
parente519c1d3b38bfbcfa9b806446498f2ca5b1be899 (diff)
downloadATCD-1eba36fc411c90bda14987a666c1e06cfd75a534.tar.gz
Improved verbose message
-rw-r--r--ACE/bin/PerlACE/TestTarget_Android.pm2
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;
}