mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
slightly better log message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12e9918759
commit
e342efb4ab
@ -58,7 +58,7 @@ public final class CharacterSprmUncompressor extends SprmUncompressor
|
||||
SprmOperation sprm = sprmIt.next();
|
||||
|
||||
if (sprm.getType() != 2) {
|
||||
logger.log( POILogger.WARN, "Non-CHP SPRM returned by SprmIterator" );
|
||||
logger.log( POILogger.WARN, "Non-CHP SPRM returned by SprmIterator: " + sprm );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user