Small wording fix

This commit is contained in:
Dmitry Tantsur 2014-10-07 12:13:31 +02:00
parent b3ea94c17b
commit 22ab3b8d73
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def process(node_info):
except exceptions.Conflict:
LOG.warning('MAC %(mac)s appeared in discovery data for '
'node %(node)s, but already exists in '
'database for another node - skipping',
'database - skipping',
{'mac': mac, 'node': node.uuid})
LOG.info('Node %s was updated with data from discovery process, forcing '