mirror of https://github.com/kivy/pyjnius.git
better name for the logger
This commit is contained in:
parent
807bc5be7d
commit
64ebe8f9d7
|
@ -11,7 +11,7 @@ from .jnius import (
|
|||
JavaException
|
||||
)
|
||||
|
||||
log = logging.getLogger(__file__)
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Class(with_metaclass(MetaJavaClass, JavaClass)):
|
||||
|
|
Loading…
Reference in New Issue