diff options
Diffstat (limited to 'lldb/examples/summaries/cocoa/NSBundle.py')
| -rw-r--r-- | lldb/examples/summaries/cocoa/NSBundle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/summaries/cocoa/NSBundle.py b/lldb/examples/summaries/cocoa/NSBundle.py index 1b8fb144cf9..1fd978694b4 100644 --- a/lldb/examples/summaries/cocoa/NSBundle.py +++ b/lldb/examples/summaries/cocoa/NSBundle.py @@ -53,7 +53,7 @@ class NSBundleKnown_SummaryProvider: self.sys_params.types_cache.NSString) my_string = text.GetSummary() if (my_string == None) or (my_string == ''): - statistics.metric_hit('unknown_class',str(valobj.GetName())) + " triggered unkown pointer location") + statistics.metric_hit('unknown_class',str(valobj.GetName()) + " triggered unkown pointer location") return NSBundleUnknown_SummaryProvider(self.valobj, self.sys_params).url_text() else: statistics.metric_hit('code_notrun',self.valobj) |

