summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-08-23 21:25:48 (GMT)
committerGitHub <noreply@github.com>2016-08-23 21:25:48 (GMT)
commitb18469054d57cca266bf97d20b1a456a156b23c5 (patch)
tree4c0f7a0fedab85104c59fa7198acff71b73eead4 /scripts/functions
parent19fdf86ab66f6d9863e7aa52e23a39758d4d1667 (diff)
parent29df8cccf445aaacd7bd1163ab0c4860ee3e1890 (diff)
Merge pull request #422 from datacom-teracom/master
scripts/functions: fix log level in call to CT_DoLog
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 f1dfd12..3717ffd 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -964,7 +964,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
}