Skip to content

Commit

Permalink
clean selftest and pytest, with debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 24, 2023
1 parent 23a0ab6 commit e2e78ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aws/S3CacheIODriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ int S3CacheIODriver::createCache (const char* cache_root, int max_files)
delete [] sanitized_dir_name;

/* Add File to Cache */
mlog(INFO, "Caching %s for S3 retrieval", cache_key->c_str());
cacheIndex++;
cacheLookUp.add(cache_key->c_str(), cacheIndex);
cacheFiles.add(cacheIndex, cache_key);
mlog(INFO, "Caching %s for S3 retrieval", cache_key->c_str());
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pistache/PistacheServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class PistacheServer: public LuaObject
* Data
*--------------------------------------------------------------------*/

static StringLib::String serverHead;
static FString serverHead;

/*--------------------------------------------------------------------
* Types
Expand Down

0 comments on commit e2e78ce

Please sign in to comment.