Modify log message

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2022-09-13 15:06:31 +02:00 committed by GitHub
parent 21e050a8f1
commit 98f1312ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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