Merge pull request #500 from davelab6/patch-1
otBase.py log level adjustment
This commit is contained in:
commit
14e1389d84
@ -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