mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Fix build bug in debug mode
Fixing typo.
This commit is contained in:
parent
be2f7ca7b8
commit
86d8224f96
@ -2290,7 +2290,7 @@ nc_set_var_chunk_cache_ints(int ncid, int varid, int size, int nelems,
|
||||
float real_preemption = CHUNK_CACHE_PREEMPTION;
|
||||
|
||||
LOG((1, "%s: ncid 0x%x varid %d size %d nelems %d preemption %d",
|
||||
__func__, ncid, varid, size, nelems, preemptions));
|
||||
__func__, ncid, varid, size, nelems, preemption));
|
||||
|
||||
if (size >= 0)
|
||||
real_size = ((size_t) size) * MEGABYTE;
|
||||
|
Loading…
Reference in New Issue
Block a user