summaryrefslogtreecommitdiffstats
path: root/src/cli/report.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/report.cpp')
-rw-r--r--src/cli/report.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/report.cpp b/src/cli/report.cpp
index 1d11b499..da37bea7 100644
--- a/src/cli/report.cpp
+++ b/src/cli/report.cpp
@@ -591,7 +591,7 @@ int run_analyze_event(const char *dump_dir_name)
struct run_event_state *run_state = new_run_event_state();
run_state->logging_callback = do_log;
- int res = run_event_on_dir_name(run_state, dump_dir_name, "analyze");
+ int res = run_event_on_dir_name(run_state, dump_dir_name, "analyze_LocalGDB");
free_run_event_state(run_state);
return res;
}