The logging message in the `fn_fetch_file` function has been updated to provide a more concise and informative description of the file being fetched.
@@ -403,7 +403,7 @@ fn_fetch_file() {
"${curlcmd[@]}" --progress-bar "${fileurl}" 2>&1
exitcode="$?"
else
- echo -en "fetching from ${fileurl_name} ( ${local_filename} )\c"
+ echo -en "fetching ${fileurl_name} ${local_filename}...\c"
"${curlcmd[@]}" --silent --show-error "${fileurl}" 2>&1
fi