diff options
Diffstat (limited to 'src/H5Clog_json.c')
-rw-r--r-- | src/H5Clog_json.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Clog_json.c b/src/H5Clog_json.c index c1ede75..ccfa222 100644 --- a/src/H5Clog_json.c +++ b/src/H5Clog_json.c @@ -178,7 +178,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5C_json_set_up_logging + * Function: H5C_log_json_set_up * * Purpose: Setup for metadata cache logging. * @@ -202,7 +202,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5C_json_set_up_logging(H5C_log_info_t *log_info, const char log_location[], int mpi_rank) +H5C_log_json_set_up(H5C_log_info_t *log_info, const char log_location[], int mpi_rank) { H5C_log_json_udata_t *json_udata = NULL; char *file_name = NULL; @@ -267,7 +267,7 @@ H5C_json_set_up_logging(H5C_log_info_t *log_info, const char log_location[], int } FUNC_LEAVE_NOAPI(ret_value) -} /* H5C_json_set_up_logging() */ +} /* H5C_log_json_set_up() */ /*------------------------------------------------------------------------- |