mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
unify messages
This commit is contained in:
parent
98f1312ce9
commit
aead601397
1 changed files with 2 additions and 1 deletions
|
|
@ -520,8 +520,9 @@ 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 accessible!".format(url))
|
||||
logger.error("Ftrack server \"{}\" is not accessible!".format(url))
|
||||
|
||||
return ftrack_url
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue