minor change in log msg

This commit is contained in:
fritz-hh
2014-01-06 19:30:19 +01:00
parent 6ef4ba31e2
commit c0d8508264
+1 -1
View File
@@ -69,7 +69,7 @@ imageCharacteristics() {
# count number of extracted images
nbImg=`ls -1 "$curOrigImg"* | wc -l`
if [ $nbImg -ne "1" ]; then
[ $VERBOSITY -ge $LOG_WARN ] && echo "Page $page: Expecting exactly 1 image on page $page (found $nbImg). Cannot compute dpi value."
[ $VERBOSITY -ge $LOG_WARN ] && echo "Page $page: Expecting exactly 1 image covering the whole page (found $nbImg). Cannot compute dpi value."
return 2
fi
# Get characteristics of the extracted image