Skip to content

Commit 38fafb2

Browse files
committed
scr_reddesc: change forced-to-SINGLE warning message to debug message
1 parent 1721c90 commit 38fafb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scr_reddesc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ int scr_reddesc_create_from_hash(
550550
if (scr_my_rank_world == 0) {
551551
if (d->copy_type != SCR_COPY_SINGLE) {
552552
/* print a warning if we changed things on the user */
553-
scr_warn("Forcing copy type to SINGLE in redundancy descriptor %d @ %s:%d",
553+
scr_dbg(1, "Forcing copy type to SINGLE in redundancy descriptor %d @ %s:%d",
554554
d->index, __FILE__, __LINE__
555555
);
556556
}

0 commit comments

Comments
 (0)