diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-23 14:25:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 14:25:48 -0700 |
commit | b18469054d57cca266bf97d20b1a456a156b23c5 (patch) | |
tree | 4c0f7a0fedab85104c59fa7198acff71b73eead4 /scripts/functions | |
parent | 19fdf86ab66f6d9863e7aa52e23a39758d4d1667 (diff) | |
parent | 29df8cccf445aaacd7bd1163ab0c4860ee3e1890 (diff) | |
download | crosstool-ng-b18469054d57cca266bf97d20b1a456a156b23c5.tar.gz crosstool-ng-b18469054d57cca266bf97d20b1a456a156b23c5.tar.bz2 crosstool-ng-b18469054d57cca266bf97d20b1a456a156b23c5.zip |
Merge pull request #422 from datacom-teracom/master
scripts/functions: fix log level in call to CT_DoLog
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index f1dfd127..3717ffd8 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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 } |