Skip to content
Snippets Groups Projects
Commit 7e989ce6 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Fix rebase

parent dcfc1081
Branches
Tags
1 merge request!502Logger
......@@ -1233,7 +1233,7 @@ int main(int argc, char *argv[]) {
engine_drift_all(&e);
engine_print_stats(&e);
#ifdef WITH_LOGGER
logger_log_all(parts, e.total_nr_parts, e.logger_dump);
logger_log_all(e.logger, &e);
engine_dump_index(&e);
#endif
// write a final snapshot with logger, in order to facilitate a restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment