diff --git a/global-functions.rsc b/global-functions.rsc index eb02ac47..8303c7b5 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -520,7 +520,7 @@ } :if ([ $WaitForFile $FileName 5s ] = false) do={ - $LogPrint debug $0 ("The file downloaded from " . $Url . " did not show up."); + $LogPrint debug $0 ("The file downloaded from from " . $Url . " did not show up."); :return false; }