summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index e15f8e5..cf0fa25 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -552,7 +552,7 @@ class PHPFSPOT {
$full_path = $this->translate_path($details['directory_path']) ."/". $details['name'];
$file_md5 = md5_file($full_path);
- if($fromcmd) print "Image ". $details['name'] ." Thumbnails:";
+ if($fromcmd) print "Image [". $photo ."] ". $details['name'] ." Thumbnails:";
/* if the file hasn't changed there is no need to regen the thumb */
if($file_md5 == $this->getMD5($photo)) {