Fix build bug in debug mode

Fixing typo.
This commit is contained in:
neok-m4700 2020-03-27 21:40:26 +01:00 committed by GitHub
parent be2f7ca7b8
commit 86d8224f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;