summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2016-08-17 02:56:23 (GMT)
committerCarlos Santos <casantos@datacom.ind.br>2016-08-17 02:56:23 (GMT)
commit29df8cccf445aaacd7bd1163ab0c4860ee3e1890 (patch)
tree5aed7602906719ea70b30e7af1031988feb125d4 /scripts/functions
parent87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff)
scripts/functions: fix log level in call to CT_DoLog
It must be "DEBUG", not "Debug" Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 62d264e..ca7713a 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -928,7 +928,7 @@ CT_GetGit() {
else
# Woops...
CT_DoExecLog ALL rm -rf "${dir}"
- CT_DoLog Debug "Could not clone '${basename}'"
+ CT_DoLog DEBUG "Could not clone '${basename}'"
return 1
fi
}