Skip to content

Commit 7ecd5ca

Browse files
authored
Merge pull request darktable-org#421 from wpferguson/script_manager_updates
Script manager updates
2 parents 931e7a4 + 24b552d commit 7ecd5ca

File tree

2 files changed

+110
-26
lines changed

2 files changed

+110
-26
lines changed

lib/dtutils.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ function dtutils.prequire(req_name)
221221
if status then
222222
log.msg(log.info, "Loaded " .. req_name)
223223
else
224-
log.msg(log.info, "Error loading " .. req_name)
224+
log.msg(log.error, "Error loading " .. req_name)
225+
log.msg(log.error, "Error returned is " .. lib)
225226
end
226227
return status, lib
227228
end

0 commit comments

Comments
 (0)