From 43faca25468de87664996998db91ce3b78368d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Thu, 4 Aug 2022 18:45:44 +0200 Subject: [PATCH] chore: add more context to list view cell warning --- iphone/Classes/TiUIListView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Classes/TiUIListView.m b/iphone/Classes/TiUIListView.m index aa8c1708c89..b3a4b7fb70c 100644 --- a/iphone/Classes/TiUIListView.m +++ b/iphone/Classes/TiUIListView.m @@ -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); } } }