mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Add info log to show where custom symbols are searched from.
This commit is contained in:
parent
d451d3125e
commit
593e379523
@ -94,6 +94,7 @@ class Symbols:
|
||||
|
||||
directory = self.symbols_path()
|
||||
if directory:
|
||||
log.info("Searching for custom symbols in '{}'".format(directory))
|
||||
for root, _, files in os.walk(directory):
|
||||
for filename in files:
|
||||
if filename.startswith('.'):
|
||||
|
Loading…
Reference in New Issue
Block a user