1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 16:58:28 +00:00

Quick change warning -> debug

This commit is contained in:
Jeremy Grossmann 2015-02-23 22:19:03 -07:00
parent 49f3c9295f
commit e910167a85

View File

@ -286,7 +286,7 @@ class Project:
log.debug("TCP ports still in use: {}".format(port_manager.tcp_ports)) log.debug("TCP ports still in use: {}".format(port_manager.tcp_ports))
if port_manager.udp_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 @asyncio.coroutine
def commit(self): def commit(self):