mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 03:26:39 +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
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user