mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Silently log no server dir setting
This commit is contained in:
parent
b3fba650e7
commit
33ff921b45
2
main.py
2
main.py
@ -229,7 +229,7 @@ if __name__ == "__main__":
|
||||
controller.set_project_root(application_path)
|
||||
master_server_dir = controller.management.get_master_server_dir()
|
||||
if master_server_dir == "":
|
||||
Console.warning("Could not find master server path. Setting default")
|
||||
logger.debug("Could not find master server path. Setting default")
|
||||
controller.set_master_server_dir(
|
||||
os.path.join(controller.project_root, "servers")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user