diff --git a/examples/main.c b/examples/main.c
index 3783baddfaa363e68da45af8da893b9833ccc4bd..47472dc4486801ffa9bf07fe0b0ed0033cb706d7 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -427,6 +427,7 @@ int main(int argc, char *argv[]) {
     message("highest-level cell dimensions are [ %i %i %i ].", s.cdim[0],
             s.cdim[1], s.cdim[2]);
     message("%zi parts in %i cells.", s.nr_parts, s.tot_cells);
+    message("%zi gparts in %i cells.", s.nr_gparts, s.tot_cells);
     message("maximum depth is %d.", s.maxdepth);
     // message( "cutoffs in [ %g %g ]." , s.h_min , s.h_max ); fflush(stdout);
   }