From aa55134b32e8026ad0e052717f488a7e0837bda5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 12 Feb 2018 16:42:15 +0100 Subject: Fix telnet RC welcome string --- src/RemoteControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index a050278..0060075 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -108,7 +108,7 @@ void RemoteControllerTelnet::handle_accept( boost::asio::ip::tcp::acceptor& acceptor) { - const std::string welcome = "ODR-DabMux Remote Control CLI\n" + const std::string welcome = "ODR-DabMod Remote Control CLI\n" "Write 'help' for help.\n" "**********\n"; const std::string prompt = "> "; -- cgit v1.2.3