diff options
Diffstat (limited to 'zenserver/projectstore.cpp')
| -rw-r--r-- | zenserver/projectstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/projectstore.cpp b/zenserver/projectstore.cpp index 2b4477aec..82dac08cd 100644 --- a/zenserver/projectstore.cpp +++ b/zenserver/projectstore.cpp @@ -867,8 +867,8 @@ ProjectStore::Project::GatherReferences(GcContext& GcCtx) ProjectStore::ProjectStore(CidStore& Store, std::filesystem::path BasePath, CasGc& Gc) : GcContributor(Gc) , m_Log(zen::logging::Get("project")) -, m_ProjectBasePath(BasePath) , m_CidStore(Store) +, m_ProjectBasePath(BasePath) { ZEN_INFO("initializing project store at '{}'", BasePath); // m_Log.set_level(spdlog::level::debug); |