Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Set photo object to be logged
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Oct 21, 2017
1 parent 1741f9b commit 46911b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deduplicator.lrdevplugin/FindDuplicates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if LrSystemInfo.is64Bit() then
end

function IndexPhoto(photo)
logger:trace('IndexPhoto() invoked')
logger:tracef('IndexPhoto(photo=%s) invoked', photo)
local command
local quotedCommand

Expand Down

0 comments on commit 46911b0

Please sign in to comment.