mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
Merge pull request #422 from datacom-teracom/master
scripts/functions: fix log level in call to CT_DoLog
This commit is contained in:
commit
b18469054d
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user