better name for the logger

This commit is contained in:
Gabriel Pettier 2019-12-03 21:17:57 +01:00
parent 807bc5be7d
commit 64ebe8f9d7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from .jnius import (
JavaException
)
log = logging.getLogger(__file__)
log = logging.getLogger(__name__)
class Class(with_metaclass(MetaJavaClass, JavaClass)):