diff --git a/src/clib/pio_get_nc_async.c b/src/clib/pio_get_nc_async.c index d7511c1bc149..7636dd6251e4 100644 --- a/src/clib/pio_get_nc_async.c +++ b/src/clib/pio_get_nc_async.c @@ -71,7 +71,7 @@ int PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Off /* How many elements in buf? */ for (int vd = 0; vd < ndims; vd++) num_elem *= (rcount[vd] - rstart[vd])/rstride[vd]; - LOG((2, "PIOc_put_vars_tc num_elem = %d", num_elem)); + LOG((2, "PIOc_get_vars_tc num_elem = %d", num_elem)); } /* If async is in use, and this is not an IO task, bcast the parameters. */ diff --git a/src/clib/pio_put_nc_async.c b/src/clib/pio_put_nc_async.c index b264fbd96622..87f84fd534f1 100644 --- a/src/clib/pio_put_nc_async.c +++ b/src/clib/pio_put_nc_async.c @@ -180,7 +180,6 @@ int PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Off if(ios->io_rank == 0) { - LOG((2, "PIOc_put_vars_tc io_rank 0 doing pnetcdf call xtype = %d", xtype)); LOG((2, "PIOc_put_vars_tc io_rank 0 doing pnetcdf call xtype = %d this time I mean it!", xtype)); switch(xtype) {