Merge pull request #422 from datacom-teracom/master

scripts/functions: fix log level in call to CT_DoLog
This commit is contained in:
Bryan Hundven 2016-08-23 14:25:48 -07:00 committed by GitHub
commit b18469054d

View File

@ -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
}