Skip to content

Commit 50e040a

Browse files
committed
minor change
1 parent 7537c66 commit 50e040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonTools/OCR/OCR_NumberReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ int read_number_waterfill(
188188
}
189189

190190
if (candidates.empty()){
191-
logger.log("Unable to read number.");
191+
logger.log("No valid OCR candidates. Unable to read number.");
192192
return -1;
193193
}
194194

0 commit comments

Comments
 (0)