diff --git a/memfs.py b/memfs.py index 9fe295bb4..7ac62b85a 100755 --- a/memfs.py +++ b/memfs.py @@ -29,7 +29,7 @@ for directory in dirs: continue fname = full[full.find("/%s/" % (dname,)):] - print("MEMFS add", fname) + #print("MEMFS add", fname) name = re.sub(r'\W', '_', fname) assert name not in FILES diff --git a/tools/codes_info.c b/tools/codes_info.c index c44114cc3..bc1656c17 100644 --- a/tools/codes_info.c +++ b/tools/codes_info.c @@ -59,6 +59,9 @@ int main( int argc,char* argv[]) printf("\n"); #if GRIB_PTHREADS grib_context_log(grib_context_get_default(), GRIB_LOG_DEBUG, "PTHREADS enabled"); +#endif +#ifdef HAVE_MEMFS + grib_context_log(grib_context_get_default(), GRIB_LOG_DEBUG, "MEMFS enabled"); #endif if ((path=getenv("ECCODES_DEFINITION_PATH")) != NULL) { printf("Definition files path from environment variable");