Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 246a56e925
commit e3776015bb

@ -150,7 +150,7 @@ NSString *NSStringForOWSMessageCellType(OWSMessageCellType cellType)
{ {
switch (self.interaction.interactionType) { switch (self.interaction.interactionType) {
case OWSInteractionType_Unknown: case OWSInteractionType_Unknown:
DDLogVerbose(@"%@ Unknown interaction type: %@", self.logTag, self.interaction.description); DDLogVerbose(@"%@ Unknown interaction type: %@", self.logTag, self.interaction.debugDescription);
OWSFail(@"%@ Unknown interaction type", self.logTag); OWSFail(@"%@ Unknown interaction type", self.logTag);
return ConversationViewLayoutAlignment_Center; return ConversationViewLayoutAlignment_Center;
case OWSInteractionType_IncomingMessage: case OWSInteractionType_IncomingMessage:

Loading…
Cancel
Save