Skip to content

Commit 86d8224

Browse files
author
neok-m4700
authored
Fix build bug in debug mode
Fixing typo.
1 parent be2f7ca commit 86d8224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libhdf5/hdf5var.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ nc_set_var_chunk_cache_ints(int ncid, int varid, int size, int nelems,
22902290
float real_preemption = CHUNK_CACHE_PREEMPTION;
22912291

22922292
LOG((1, "%s: ncid 0x%x varid %d size %d nelems %d preemption %d",
2293-
__func__, ncid, varid, size, nelems, preemptions));
2293+
__func__, ncid, varid, size, nelems, preemption));
22942294

22952295
if (size >= 0)
22962296
real_size = ((size_t) size) * MEGABYTE;

0 commit comments

Comments
 (0)