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>
This commit is contained in:
Carlos Santos
2016-08-16 23:56:23 -03:00
parent 87eb166c5b
commit 29df8cccf4

View File

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