diff options
| author | Stefan Boberg <[email protected]> | 2021-08-31 20:52:23 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-31 20:52:23 +0200 |
| commit | 0b5881476abd68055b622bed0553fe98450b5cf0 (patch) | |
| tree | e64c253fc9f241496b6b842e430954df4c7e2d63 /zenserver/cache/structuredcachestore.cpp | |
| parent | Added some argument validation (diff) | |
| parent | Format fix. (diff) | |
| download | zen-0b5881476abd68055b622bed0553fe98450b5cf0.tar.xz zen-0b5881476abd68055b622bed0553fe98450b5cf0.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
| -rw-r--r-- | zenserver/cache/structuredcachestore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp index 79bcf4838..140ff1853 100644 --- a/zenserver/cache/structuredcachestore.cpp +++ b/zenserver/cache/structuredcachestore.cpp @@ -31,6 +31,7 @@ using namespace fmt::literals; ZenCacheStore::ZenCacheStore(zen::CasStore& Cas, const std::filesystem::path& RootDir) : m_DiskLayer{Cas, RootDir} { + spdlog::info("initializing structured cache at '{}'", RootDir); zen::CreateDirectories(RootDir); } |