Skip to content

Commit

Permalink
added log message
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 11, 2016
1 parent 90f714e commit fb378ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clib/pio_file.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <config.h>
#include <pio.h>
#include <pio_internal.h>
/**
Expand All @@ -22,6 +23,8 @@ int PIOc_openfile(const int iosysid, int *ncidp, int *iotype,
int ierr = PIO_NOERR;
int mpierr = MPI_SUCCESS;

LOG((1, "PIOc_openfile iosysid = %d", iosysid));

/* Get the IO system info from the iosysid. */
if (!(ios = pio_get_iosystem_from_id(iosysid)))
{
Expand Down

0 comments on commit fb378ca

Please sign in to comment.