chore(streamer): remove vendored cvmmap client
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
[submodule "lib/cvmmap-client-cpp"]
|
|
||||||
path = lib/cvmmap-client-cpp
|
|
||||||
url = https://github.com/crosstyan/cvmmap-cpp-client
|
|
||||||
[submodule "lib/CLI11"]
|
[submodule "lib/CLI11"]
|
||||||
path = lib/CLI11
|
path = lib/CLI11
|
||||||
url = https://github.com/CLIUtils/CLI11
|
url = https://github.com/CLIUtils/CLI11
|
||||||
|
|||||||
Submodule lib/cvmmap-client-cpp deleted from f792552898
@@ -93,11 +93,11 @@ public:
|
|||||||
client_ = std::move(client);
|
client_ = std::move(client);
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
prepared_.store(false, std::memory_order_release);
|
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(
|
spdlog::info(
|
||||||
"real source backend initialized via cvmmap-client-cpp: target='{}'",
|
"real source backend initialized via cvmmap-core client: target='{}'",
|
||||||
client_target_);
|
client_target_);
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user