We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4c91 commit 2bc23a1Copy full SHA for 2bc23a1
tools/script_manager.lua
@@ -87,7 +87,7 @@ local MIN_BUTTONS_PER_PAGE = 5
87
local MAX_BUTTONS_PER_PAGE = 20
88
local DEFAULT_BUTTONS_PER_PAGE = 10
89
90
-local DEFAULT_LOG_LEVEL = log.debug
+local DEFAULT_LOG_LEVEL = log.error
91
92
local LUA_DIR = dt.configuration.config_dir .. PS .. "lua"
93
local LUA_SCRIPT_REPO = "https://github.com/darktable-org/lua-scripts.git"
@@ -218,7 +218,7 @@ local function get_current_repo_branch(repo)
218
if not branch then
219
log.msg(log.error, "no current branch detected in repo_data")
220
else
221
- log.msg(log.info, "\ncurrent repo branch is " .. branch)
+ log.msg(log.info, "current repo branch is " .. branch)
222
end
223
return branch
224
0 commit comments