Skip to content

Commit

Permalink
Log what rebuild_reference_relations returns to diagnose #1467. Commi…
Browse files Browse the repository at this point in the history
…t ready for merge.

 - Legacy-Id: 8236
  • Loading branch information
rjsparks committed Aug 4, 2014
1 parent b86c0dc commit b95b769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ietf/submit/utils.py
Expand Up @@ -159,7 +159,9 @@ def post_submission(request, submission):

update_authors(draft, submission)

rebuild_reference_relations(draft)
trouble = rebuild_reference_relations(draft)
if trouble:
log('Rebuild_reference_relations trouble: %s'%trouble)

# new revision event
e = NewRevisionDocEvent(type="new_revision", doc=draft, rev=draft.rev)
Expand Down

0 comments on commit b95b769

Please sign in to comment.