mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-17 23:13:49 +02:00
Quick change warning -> debug
This commit is contained in:
parent
49f3c9295f
commit
e910167a85
@ -286,7 +286,7 @@ class Project:
|
||||
log.debug("TCP ports still in use: {}".format(port_manager.tcp_ports))
|
||||
|
||||
if port_manager.udp_ports:
|
||||
log.warning("UDP ports still in use: {}".format(port_manager.udp_ports))
|
||||
log.debug("UDP ports still in use: {}".format(port_manager.udp_ports))
|
||||
|
||||
@asyncio.coroutine
|
||||
def commit(self):
|
||||
|
Loading…
Reference in New Issue
Block a user