chore(streamer): remove vendored cvmmap client
This commit is contained in:
@@ -93,11 +93,11 @@ public:
|
||||
client_ = std::move(client);
|
||||
} catch (const std::exception &e) {
|
||||
prepared_.store(false, std::memory_order_release);
|
||||
return std::unexpected(std::string("cvmmap-client-cpp init failed: ") + e.what());
|
||||
return std::unexpected(std::string("cvmmap-core client init failed: ") + e.what());
|
||||
}
|
||||
|
||||
spdlog::info(
|
||||
"real source backend initialized via cvmmap-client-cpp: target='{}'",
|
||||
"real source backend initialized via cvmmap-core client: target='{}'",
|
||||
client_target_);
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user