mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
changed log name in ftrack module
This commit is contained in:
parent
2ea5c8b568
commit
67aa4e7d08
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from pype.ftrack import FtrackServer, credentials, login_dialog as login_dialog
|
|||
from pype import api as pype
|
||||
|
||||
|
||||
log = pype.Logger().get_logger(FtrackModule.__name__, "ftrack")
|
||||
log = pype.Logger().get_logger("FtrackModule", "ftrack")
|
||||
|
||||
|
||||
class FtrackModule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue