From 042d62126a0ca8b6b9d2fb4d417f07691be90536 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 23 Apr 2011 17:21:17 +0200 Subject: mass replace of crash_data with problem_data Signed-off-by: Denys Vlasenko --- src/report-python/test_setroubleshoot_example2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python/test_setroubleshoot_example2') diff --git a/src/report-python/test_setroubleshoot_example2 b/src/report-python/test_setroubleshoot_example2 index 8aebcdfe..b712cda7 100755 --- a/src/report-python/test_setroubleshoot_example2 +++ b/src/report-python/test_setroubleshoot_example2 @@ -22,6 +22,6 @@ def logging_callback(line): return state = report.run_event_state() state.logging_callback = logging_callback -rc = state.run_event_on_crash_data(signature, "report") +rc = state.run_event_on_problem_data(signature, "report") print "rc:", rc -- cgit