Skip to content

Commit 3beee93

Browse files
authored
Merge branch 'darktable-org:master' into master
2 parents e4001f9 + aed3275 commit 3beee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/RL_out_sharp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ local function preserve_metadata(original, sharpened)
106106
if exiftool then
107107
dtsys.external_command("exiftool -overwrite_original_in_place -tagsFromFile " .. original .. " " .. sharpened)
108108
else
109-
dt.print_log(MODULE .. " exiftool not found, metadata not preserved")
109+
dt.print_log(MODULE_NAME .. " exiftool not found, metadata not preserved")
110110
end
111111
end
112112

0 commit comments

Comments
 (0)