Added a message when an image is checked for date.
[scripts.git] / archivepics.sh
index d6a1742..783effd 100755 (executable)
@@ -72,6 +72,8 @@ for i in "$@"; do
 
     if [[ -f ${ref} ]]; then
 
+        echo "Checking ${ref} date"
+
         TAG=$(exif --ifd=EXIF -t "Date and Time (original)" "${ref}" | grep Value)
 
         if [[ ${TAG} ]]; then