diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-03 19:13:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 19:13:26 -0800 |
commit | dedfe6905a7e90933097c345be5cbc743b060622 (patch) | |
tree | 1e1b040b1b6c7dc02e5ef650e847b0a02a63aff4 /scripts/functions | |
parent | 0b895560198f61d28af494973bd9ca5181db9970 (diff) | |
parent | 69f95de8b030bf03f08ffdd54bac8192a23625e5 (diff) | |
download | crosstool-ng-dedfe6905a7e90933097c345be5cbc743b060622.tar.gz crosstool-ng-dedfe6905a7e90933097c345be5cbc743b060622.tar.bz2 crosstool-ng-dedfe6905a7e90933097c345be5cbc743b060622.zip |
Merge pull request #630 from stilor/upgrades
Final batch of updates before 1.23
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/functions b/scripts/functions index 723064c1..969e9bfb 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 |