Skip to content

Commit

Permalink
scr_reddesc: change forced-to-SINGLE warning message to debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Mar 18, 2019
1 parent 1721c90 commit 38fafb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scr_reddesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
);
}
Expand Down

0 comments on commit 38fafb2

Please sign in to comment.