scripts/functions
changeset 799 a31e625eb343
parent 788 cc9721772cc6
child 850 ef8549b58b6f
     1.1 --- a/scripts/functions	Tue Aug 12 07:47:19 2008 +0000
     1.2 +++ b/scripts/functions	Sun Aug 17 14:13:00 2008 +0000
     1.3 @@ -465,7 +465,7 @@
     1.4              CT_DoLog DEBUG "Trying '${CT_LOCAL_TARBALLS_DIR}/${file}${ext}'"
     1.5              if [ -r "${CT_LOCAL_TARBALLS_DIR}/${file}${ext}" -a \
     1.6                   "${CT_FORCE_DOWNLOAD}" != "y" ]; then
     1.7 -                CT_DoLog EXTRA "Got '${file}' from local storage"
     1.8 +                CT_DoLog DEBUG "Got '${file}' from local storage"
     1.9                  CT_DoExecLog ALL ln -s "${CT_LOCAL_TARBALLS_DIR}/${file}${ext}" "${file}${ext}"
    1.10                  return 0
    1.11              fi
    1.12 @@ -489,7 +489,7 @@
    1.13                  CT_DoLog DEBUG "Trying '${url}/${file}${ext}'"
    1.14                  CT_DoGetFile "${url}/${file}${ext}"
    1.15                  if [ -f "${file}${ext}" ]; then
    1.16 -                    CT_DoLog EXTRA "Got '${file}' from the LAN mirror"
    1.17 +                    CT_DoLog DEBUG "Got '${file}' from the LAN mirror"
    1.18                      if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
    1.19                          # The file may already exist if downloads are forced: remove it first
    1.20                          CT_DoLog EXTRA "Saving '${file}' to local storage"
    1.21 @@ -511,7 +511,7 @@
    1.22              CT_DoLog DEBUG "Trying '${url}/${file}${ext}'"
    1.23              CT_DoGetFile "${url}/${file}${ext}"
    1.24              if [ -f "${file}${ext}" ]; then
    1.25 -                CT_DoLog EXTRA "Got '${file}' from the Internet"
    1.26 +                CT_DoLog DEBUG "Got '${file}' from the Internet"
    1.27                  if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
    1.28                      # The file may already exist if downloads are forced: remove it first
    1.29                      CT_DoLog EXTRA "Saving '${file}' to local storage"