Skip to content

Commit

Permalink
Merge pull request darktable-org#421 from wpferguson/script_manager_u…
Browse files Browse the repository at this point in the history
…pdates

Script manager updates
  • Loading branch information
wpferguson authored Jul 16, 2023
2 parents 931e7a4 + 24b552d commit 7ecd5ca
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 26 deletions.
3 changes: 2 additions & 1 deletion lib/dtutils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ function dtutils.prequire(req_name)
if status then
log.msg(log.info, "Loaded " .. req_name)
else
log.msg(log.info, "Error loading " .. req_name)
log.msg(log.error, "Error loading " .. req_name)
log.msg(log.error, "Error returned is " .. lib)
end
return status, lib
end
Expand Down
Loading

0 comments on commit 7ecd5ca

Please sign in to comment.