mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-18 15:28:10 +00:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user