Skip to content

Commit

Permalink
cleaned up logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 3, 2018
1 parent 188b8df commit f82e4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clib/pio_rearrange.c
Original file line number Diff line number Diff line change
Expand Up @@ -1919,8 +1919,8 @@ int subset_rearrange_create(iosystem_desc_t *ios, int maplen, PIO_Offset *compma
free(myusegrid);

iodesc->holegridsize = thisgridsize[ios->io_rank] - cnt;
LOG((3, "iodesc->holegridsize %d thisgridsize[%d] %d cnt %d", iodesc->holegridsize, ios->io_rank,
thisgridsize[ios->io_rank], cnt));
LOG((3, "iodesc->holegridsize %d thisgridsize[%d] %d cnt %d", iodesc->holegridsize,
ios->io_rank, thisgridsize[ios->io_rank], cnt));
if (iodesc->holegridsize > 0)
{
/* Allocate space for the fillgrid. */
Expand Down

0 comments on commit f82e4e3

Please sign in to comment.