mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 07:48:09 +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
|
else
|
||||||
# Woops...
|
# Woops...
|
||||||
CT_DoExecLog ALL rm -rf "${dir}"
|
CT_DoExecLog ALL rm -rf "${dir}"
|
||||||
CT_DoLog Debug "Could not clone '${basename}'"
|
CT_DoLog DEBUG "Could not clone '${basename}'"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user