diff --git a/src/runner_others.c b/src/runner_others.c index 7c9441d41b55622117b141029c82b89c4866ae8f..9cbaef0a49b211bd524776b9d4883af8568e8938 100644 --- a/src/runner_others.c +++ b/src/runner_others.c @@ -898,8 +898,8 @@ void runner_do_end_grav_force(struct runner *r, struct cell *c, int timer) { "gravitationally with all other gparts " "gp->num_interacted=%lld, total_gparts=%lld (local " "num_gparts=%zd inhibited_gparts=%lld, " - "(total-gp->num_interacted)=%lld, c->type=%s, c->subtype=%s, " - "c->depth=%d)", + "(total_gparts - num_interacted)=%lld, c->type=%s, " + "c->subtype=%s, c->depth=%d)", my_id, part_type_names[gp->type], gp->num_interacted, e->total_nr_gparts, e->s->nr_gparts, e->count_inhibited_gparts, e->total_nr_gparts - gp->num_interacted, cellID_names[c->type],