From f677ef5c12c96186bc32a7459caa0416ffdac576 Mon Sep 17 00:00:00 2001 From: Tim Prins Date: Thu, 6 Sep 2007 12:10:11 +0000 Subject: [PATCH] Fix build failure on BigRed This commit was SVN r16054. --- ompi/debuggers/ompi_dll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/debuggers/ompi_dll.c b/ompi/debuggers/ompi_dll.c index 530d843b65..0bc73f5aa6 100644 --- a/ompi/debuggers/ompi_dll.c +++ b/ompi/debuggers/ompi_dll.c @@ -1119,8 +1119,8 @@ static int opal_list_t_init_parser( mqs_process *proc, mpi_process_info *p_info, p_info ); if( position->current_item == position->sentinel ) position->current_item = 0; - DEBUG(VERBOSE_LISTS,("opal_list_t_init_parser list = 0x%llx, sentinel = 0x%llx, - current_item = 0x%llx\n", (long long)position->list, + DEBUG(VERBOSE_LISTS,("opal_list_t_init_parser list = 0x%llx, sentinel = 0x%llx, " + "current_item = 0x%llx\n", (long long)position->list, (long long)position->sentinel, (long long)position->current_item)); return mqs_ok; }