Skip to content

Commit

Permalink
director: Improve debugging: Log ring desync when there is no right c…
Browse files Browse the repository at this point in the history
…onnection
  • Loading branch information
sirainen committed Oct 5, 2017
1 parent 895f219 commit 12cedfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/director/director.c
Expand Up @@ -431,6 +431,8 @@ static void director_sync(struct director *dir)
if (dir->right == NULL) {
i_assert(!dir->ring_synced ||
(dir->left == NULL && dir->right == NULL));
dir_debug("Ring is desynced (seq=%u, no right connection)",
dir->sync_seq);
return;
}

Expand Down

0 comments on commit 12cedfd

Please sign in to comment.