From f6bc08b9a9a1f60b2ef10bbfebf8e28ec598a946 Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Mon, 8 May 2023 16:31:19 -0400 Subject: [PATCH] tweak debug output. --- lib/CXGN/Image.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CXGN/Image.pm b/lib/CXGN/Image.pm index 1c1c89a..283d70d 100644 --- a/lib/CXGN/Image.pm +++ b/lib/CXGN/Image.pm @@ -1325,7 +1325,7 @@ sub is_duplicate { `mogrify -format jpg '$image_file_path.mogrified.JPG'`; $md5sum = $class->calculate_md5sum($image_file_path.".mogrified.JPG"); $image_id = $class->find_image_with_md5sum($dbh, $md5sum); - print STDERR "Retrived image_id $image_id (second try)\n"; + print STDERR "Retrieved image_id $image_id (second try)\n"; } -- 2.11.4.GIT