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

Commit

Permalink
Update error message on imgsum execution to better reflect what went …
Browse files Browse the repository at this point in the history
…wrong

Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Oct 17, 2017
1 parent 1da2591 commit a4235b3
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 @@ -53,7 +53,7 @@ function IndexPhoto(photo)

if photo:checkPhotoAvailability() then
if LrTasks.execute( quotedCommand ) ~= 0 then
LrDialogs.message( "Execution error: ", "Error while executing imgsum")
LrDialogs.message( "Subcommand execution error", "Error while executing imgsum")
end
end
end
Expand Down

0 comments on commit a4235b3

Please sign in to comment.