mirror of https://github.com/ecmwf/eccodes.git
Debug info
This commit is contained in:
parent
249e5f8d99
commit
8896007a30
2
memfs.py
2
memfs.py
|
@ -159,7 +159,7 @@ static const unsigned char* find(const char* path, size_t* length) {
|
|||
for(i = 0; i < entries_count; i++) {
|
||||
|
||||
if(strcmp(path, entries[i].path) == 0) {
|
||||
/*printf("Found in MEMFS %s\\n", path);*/
|
||||
printf("Found in MEMFS %s\\n", path);
|
||||
*length = entries[i].length;
|
||||
return entries[i].content;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue