From 38fafb2f15ae78ffca4f9594c53fe2258ec4eb2a Mon Sep 17 00:00:00 2001 From: Adam Moody Date: Mon, 18 Mar 2019 11:24:25 -0700 Subject: [PATCH] scr_reddesc: change forced-to-SINGLE warning message to debug message --- src/scr_reddesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scr_reddesc.c b/src/scr_reddesc.c index 8ea44638..131b05dc 100644 --- a/src/scr_reddesc.c +++ b/src/scr_reddesc.c @@ -550,7 +550,7 @@ int scr_reddesc_create_from_hash( if (scr_my_rank_world == 0) { if (d->copy_type != SCR_COPY_SINGLE) { /* print a warning if we changed things on the user */ - scr_warn("Forcing copy type to SINGLE in redundancy descriptor %d @ %s:%d", + scr_dbg(1, "Forcing copy type to SINGLE in redundancy descriptor %d @ %s:%d", d->index, __FILE__, __LINE__ ); }