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:
parent
c64019b3c6
commit
17007a36d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user