From bbcb88e6826dd9664a3661ebcc80d3ba5d187bdf Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 24 Feb 2011 00:09:59 +0000
Subject: [PATCH] fix typo

---
 src/plugins/select/bluegene/bgq_ba/block_allocator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/select/bluegene/bgq_ba/block_allocator.c b/src/plugins/select/bluegene/bgq_ba/block_allocator.c
index 58d93d9881c..96657b9c741 100644
--- a/src/plugins/select/bluegene/bgq_ba/block_allocator.c
+++ b/src/plugins/select/bluegene/bgq_ba/block_allocator.c
@@ -1690,7 +1690,7 @@ static int _find_path(List mps, ba_mp_t *start_mp, int dim,
 		/* This should never happen since we got here
 		   from an unused mp */
 		if (!(axis_switch->usage & BG_SWITCH_IN_PASS)) {
-			info("got a bad axis_switch at %s %d %s", curr_mp->coord->str, dim, ba_switch_usage_str(axis_switch->usage));
+			info("got a bad axis_switch at %s %d %s", curr_mp->coord_str, dim, ba_switch_usage_str(axis_switch->usage));
 
 			xassert(0);
 		}
-- 
GitLab