otBase.py log level adjustment

Change log level of 'Attempting to fix OTLOffsetOverflowError' from warning to debug to close #499
This commit is contained in:
Dave Crossland 2016-02-02 09:48:26 -05:00
parent c64019b3c6
commit 17007a36d6

View File

@ -95,7 +95,7 @@ class BaseTTXConverter(DefaultTable):
raise # Oh well...
overflowRecord = e.value
log.warning("Attempting to fix OTLOffsetOverflowError %s", e)
log.info("Attempting to fix OTLOffsetOverflowError %s", e)
lastItem = overflowRecord
ok = 0