Skip to content

Commit

Permalink
Extend message in case of missing global segments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bonniot committed Jan 13, 2015
1 parent fce4d38 commit 4be6f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/levigo/jbig2/JBIG2Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class JBIG2Globals {
protected SegmentHeader getSegment(int segmentNr) {
if (globalSegments.size() == 0) {
if (log.isErrorEnabled()) {
log.error("No global segment added so far.");
log.error("No global segment added so far. Use JBIG2ImageReader.setGlobals().");
}
}

Expand Down

0 comments on commit 4be6f1b

Please sign in to comment.