Skip to content

Commit

Permalink
fix log-statement of large rolloutgroup (eclipse-hawkbit#362)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
  • Loading branch information
michahirsch authored Nov 21, 2016
1 parent 82aeb26 commit 7b30114
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ private void startNextGroup(final Rollout rollout, final RolloutGroup rolloutGro
// get all next scheduled groups and set them in state running
rolloutGroupRepository.setStatusForCildren(RolloutGroupStatus.RUNNING, rolloutGroup);
} else {
logger.info("No actions to start for next rolloutgroup of parent {}", rolloutGroup);
logger.info("No actions to start for next rolloutgroup of parent {} {}", rolloutGroup.getId(),
rolloutGroup.getName());
// nothing for next group, just finish the group, this can happen
// e.g. if targets has been deleted after the group has been
// scheduled. If the group is empty now, we just finish the group if
Expand Down

0 comments on commit 7b30114

Please sign in to comment.