mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-07 06:23:54 +00:00
More fixes for the RTCM server
This commit is contained in:
parent
bd37a64260
commit
f10ea80c61
@ -677,10 +677,10 @@ private:
|
|||||||
{
|
{
|
||||||
if (first == true)
|
if (first == true)
|
||||||
{
|
{
|
||||||
std::cout << "Client from " << socket_.remote_endpoint().address() << " says ";
|
LOG(INFO) << "Client says:";
|
||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
std::cout << client_says.substr(0, 80) << std::endl;
|
LOG(INFO) << client_says;
|
||||||
client_says = client_says.substr(80, client_says.length() - 80);
|
client_says = client_says.substr(80, client_says.length() - 80);
|
||||||
}
|
}
|
||||||
do_read_message_header();
|
do_read_message_header();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user