mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Includes SSL cacert file path in the warnings.
This commit is contained in:
parent
053fd9cc0c
commit
f188bc43e1
@ -40,7 +40,7 @@ class CrashReport:
|
|||||||
if os.path.isfile(cacert):
|
if os.path.isfile(cacert):
|
||||||
DSN += "?ca_certs={}".format(cacert)
|
DSN += "?ca_certs={}".format(cacert)
|
||||||
else:
|
else:
|
||||||
log.warning("The SSL certificate bundle file could not be found".format(cacert))
|
log.warning("The SSL certificate bundle file '{}' could not be found".format(cacert))
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user