aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-31 20:52:23 +0200
committerStefan Boberg <[email protected]>2021-08-31 20:52:23 +0200
commit0b5881476abd68055b622bed0553fe98450b5cf0 (patch)
treee64c253fc9f241496b6b842e430954df4c7e2d63 /zenserver/cache/structuredcachestore.cpp
parentAdded some argument validation (diff)
parentFormat fix. (diff)
downloadzen-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.cpp1
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);
}