summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_files.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-10-15 09:54:19 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-10-15 09:54:19 +0200
commite051a47abe2de5d5977e977fcd24b6f2dcf876bd (patch)
tree2e1a6197f2144062fca38ea53439cbd80ad03c7d /testautomation/global/tools/includes/required/t_files.inc
parent52ae943f4e4de022f49d89e1b81164778c5d9011 (diff)
automationdev300m87: #i112208 - More verbosity - again.
Diffstat (limited to 'testautomation/global/tools/includes/required/t_files.inc')
-rw-r--r--testautomation/global/tools/includes/required/t_files.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc
index 65969e0b74a7..ee75fb99bd80 100644
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -624,11 +624,10 @@ function hFileOpenLocally( byVal sSourcePath as string ) as boolean
sTargetPath = hFileGetLocalPath( sSourcePath ) ' The path + file
' For debugging purposes set global variable gVerbose to TRUE
- if ( gVerbose ) then
- printlog( CFN & "Copying file" )
- printlog( CFN & "From: " & sSourcePath )
- printlog( CFN & "To..: " & sTargetPath )
- endif
+
+ printlog( CFN & "Copying file" )
+ printlog( CFN & "From: " & sSourcePath )
+ printlog( CFN & "To..: " & sTargetPath )
' Copy the file from anywhere to the local user directory if it does not
' exist. This behavior was discussed on IRC