Skip to content
Snippets Groups Projects

Fix typo that prevents Velociraptor showing up in time pie chart

Merged John Helly requested to merge fix_vr_typo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -745,7 +745,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) {
/* Report timing */
if (e->verbose)
message("VR Invokation of velociraptor took %.3f %s.",
message("VR Invocation of velociraptor took %.3f %s.",
clocks_from_ticks(getticks() - tic), clocks_getunit());
tic = getticks();
Loading