From 29df8cccf445aaacd7bd1163ab0c4860ee3e1890 Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Tue, 16 Aug 2016 23:56:23 -0300 Subject: scripts/functions: fix log level in call to CT_DoLog It must be "DEBUG", not "Debug" Signed-off-by: Carlos Santos diff --git a/scripts/functions b/scripts/functions index 62d264e..ca7713a 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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 } -- cgit v0.10.2-6-g49f6