Skip to content

Commit 70a22cf

Browse files
committed
Disable empty async log file creation
1 parent 3e80e39 commit 70a22cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/h5_async_vol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ works, and perform publicly and display publicly, and to permit others to do so.
7070
/* #define PRINT_ERROR_STACK 1 */
7171
/* #define ENABLE_ASYNC_LOGGING */
7272

73-
#define ASYNC_DBG_MSG_RANK -1
73+
#define ASYNC_DBG_MSG_RANK 0
7474

7575
/* Record timing information */
7676
#define ENABLE_TIMING 1

0 commit comments

Comments
 (0)