Skip to content

Commit

Permalink
Debug CI failure on Github
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 17, 2024
1 parent f340c4e commit d515fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5TSint.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ H5TS_get_api_ctx_ptr(void)
/* Check if info for thread has been created */
if (H5_UNLIKELY(H5TS_key_get_value(H5TS_thrd_info_key_g, (void **)&tinfo_node) < 0))
HGOTO_DONE(NULL);
fprintf(stderr, "%s:%u tinfo_node = %p\n", __func__i, tinfo_node);
fprintf(stderr, "%s:%u tinfo_node = %p\n", __func__, __LINE__, tinfo_node);
if (NULL == tinfo_node)
/* Create thread info for this thread */
if (H5_UNLIKELY(NULL == (tinfo_node = H5TS__tinfo_create())))
Expand Down

0 comments on commit d515fb5

Please sign in to comment.