Update capabilities logging.
This commit is contained in:
parent
eaa7262b2f
commit
e37150e98a
1 changed files with 4 additions and 1 deletions
|
@ -36,12 +36,15 @@ public final class LogSectionCapabilities implements LogSection {
|
|||
.append("Sender Key : ").append(capabilities.isSenderKey()).append("\n")
|
||||
.append("Announcement Groups: ").append(capabilities.isAnnouncementGroup()).append("\n")
|
||||
.append("Change Number : ").append(capabilities.isChangeNumber()).append("\n")
|
||||
.append("Stories : ").append(capabilities.isStories()).append("\n")
|
||||
.append("Gift Badges : ").append(capabilities.isGiftBadges()).append("\n")
|
||||
.append("\n")
|
||||
.append("-- Global").append("\n")
|
||||
.append("GV1 Migration : ").append(self.getGroupsV1MigrationCapability()).append("\n")
|
||||
.append("Sender Key : ").append(self.getSenderKeyCapability()).append("\n")
|
||||
.append("Announcement Groups: ").append(self.getAnnouncementGroupCapability()).append("\n")
|
||||
.append("Change Number : ").append(self.getChangeNumberCapability()).append("\n")
|
||||
.append("Stories : ").append(self.getStoriesCapability()).append("\n");
|
||||
.append("Stories : ").append(self.getStoriesCapability()).append("\n")
|
||||
.append("Gift Badges : ").append(self.getGiftBadgesCapability()).append("\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue