Skip to content

Commit

Permalink
Fixed logging name
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed May 6, 2024
1 parent d6466b2 commit 72bbd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/service/samples/sample_client/src/main.cpp
Expand Up @@ -99,7 +99,7 @@ int main(int argc, char** argv)
auto io_context = std::make_shared<asio::io_context>();

// Create a client manager
auto client_manager = eCAL::service::ClientManager::create(io_context, eCAL::service::default_logger("Server", eCAL::service::LogLevel::Debug));
auto client_manager = eCAL::service::ClientManager::create(io_context, eCAL::service::default_logger("Client", eCAL::service::LogLevel::DebugVerbose));

// Create and start an io_context thread.
// The io_context will be stopped, when the server_manager and client_manager are stopped.
Expand Down

0 comments on commit 72bbd52

Please sign in to comment.