Skip to content

Commit

Permalink
chore: add more context to list view cell warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Aug 4, 2022
1 parent 9aeff5d commit 43faca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIListView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
}

} else {
DebugLog(@"[WARN] Could not retrieve template for SIZE measurement");
DebugLog(@"[WARN] Could not retrieve template for SIZE measurement. Template: %@", templateId);
}
}
}
Expand Down

0 comments on commit 43faca2

Please sign in to comment.