Fix output message inconsistency

This commit is contained in:
Joshua Boniface 2018-12-05 23:56:20 -05:00
parent 42f380e339
commit be37dd954b
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class NodeInstance(object):
self.dns_aggregator.stop_aggregator()
def become_primary(self):
self.logger.out('Setting router {} to primary state.'.format(self.name), state='i')
self.logger.out('Setting router {} to primary state'.format(self.name), state='i')
self.logger.out('Network list: {}'.format(', '.join(self.network_list)))
self.createFloatingAddresses()
# Start up the gateways and DHCP servers