Fix log pattern in merge_profiles

Change-Id: I82835c6541ad71bd6a7a7433902b2f705e0a529c
This commit is contained in:
Ilya Shakhat 2015-05-07 12:04:25 +03:00
parent c844f9fb85
commit b1d039ec78
1 changed files with 2 additions and 2 deletions

View File

@ -170,12 +170,12 @@ class RecordProcessor(object):
if u.get('launchpad_id'))
if len(lp_ids) > 1:
LOG.info('Ambiguous launchpad ids: %s on profiles: %s',
(lp_ids, user_profiles))
lp_ids, user_profiles)
g_ids = set(u.get('gerrit_id') for u in user_profiles
if u.get('gerrit_id'))
if len(g_ids) > 1:
LOG.info('Ambiguous gerrit ids: %s on profiles: %s',
(g_ids, user_profiles))
g_ids, user_profiles)
merged_user = {} # merged user profile