mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00: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