Skip to content
Snippets Groups Projects
Commit 0209bf7d authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct increase of the STF output number when dumping a file not associated with snapshots.

parent 29d13dd3
Branches
Tags
2 merge requests!721Velociraptor outputs,!719Velociraptor output strategy
...@@ -383,7 +383,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) { ...@@ -383,7 +383,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) {
free(swift_parts); free(swift_parts);
/* Increase output counter (if not linked with snapshots) */ /* Increase output counter (if not linked with snapshots) */
if (!e->snapshot_invoke_stf) e->stf_output_count++; if (!linked_with_snap) e->stf_output_count++;
if (e->verbose) if (e->verbose)
message("took %.3f %s.", clocks_from_ticks(getticks() - tic), message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment