summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-04 00:45:05 (GMT)
committerAlexey Neyman <stilor@att.net>2017-03-04 00:45:05 (GMT)
commit865a095d70c7f3a7b7f657f68da9e3b11cd1be6e (patch)
tree69142c64e7fe6f12fcaf91f89bda13fc9530cee2 /scripts/functions
parent1e060114a26d6033c93ca67d0ca44a234c762fa1 (diff)
Do not pretend we're downloading anything
... when we're actually don't. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/functions b/scripts/functions
index 723064c..969e9bf 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -1006,10 +1006,10 @@ CT_GetGit() {
CT_DoLog WARN "Ambiguous ref ${ref} at ${url}, using first"
fi
local cset=$(echo "$matches" | head -n1 | cut -c1-6)
- CT_DoLog INFO "ref ${ref} at ${url} has cset of ${cset}"
+ CT_DoLog DEBUG "ref ${ref} at ${url} has cset of ${cset}"
else
local cset=${cset_or_ref}
- CT_DoLog INFO "cset ${cset}"
+ CT_DoLog DEBUG "cset ${cset}"
fi
if [ -n "${_out_cset}" ]; then