mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Modify log message
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
21e050a8f1
commit
98f1312ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ def check_ftrack_url(url, log_errors=True, logger=None):
|
|||
if ftrack_url:
|
||||
logger.debug("Ftrack server \"{}\" is accessible.".format(ftrack_url))
|
||||
elif log_errors:
|
||||
logger.error("Entered Ftrack URL \"{}\" is not accesible!".format(url))
|
||||
logger.error("Entered Ftrack URL \"{}\" is not accessible!".format(url))
|
||||
|
||||
return ftrack_url
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue