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
No related branches found
No related tags found
2 merge requests!721Velociraptor outputs,!719Velociraptor output strategy
......@@ -383,7 +383,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) {
free(swift_parts);
/* 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)
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