aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detgeom.c')
-rw-r--r--libcrystfel/src/detgeom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcrystfel/src/detgeom.c b/libcrystfel/src/detgeom.c
index 1e86eb95..eaf7c898 100644
--- a/libcrystfel/src/detgeom.c
+++ b/libcrystfel/src/detgeom.c
@@ -202,9 +202,7 @@ static void detgeom_show_group(const struct detgeom_panel_group *group, int leve
return;
}
- STATUS("%s (level %i, index %i)\n", group->name,
- group->hierarchy_level,
- group->member_index);
+ STATUS("%s (serial %i)\n", group->name, group->serial);
for ( i=0; i<group->n_children; i++ ) {
detgeom_show_group(group->children[i], level+1);