scripts/functions
changeset 657 6eb39aec2d07
parent 646 e0cc6a00953e
child 658 3e590fb8f1a6
     1.1 --- a/scripts/functions	Sun Jul 13 10:44:26 2008 +0000
     1.2 +++ b/scripts/functions	Mon Jul 14 15:20:11 2008 +0000
     1.3 @@ -110,7 +110,7 @@
     1.4  CT_DoExecLog() {
     1.5      local level="$1"
     1.6      shift
     1.7 -    CT_DoLog ${level} "${@}"
     1.8 +    CT_DoLog DEBUG "==> Executing: '${@}'"
     1.9      eval "${@}" 2>&1 |CT_DoLog "${level}"
    1.10  }
    1.11