Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12947
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 25, 2023
1 parent a73ea9b commit 8050228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rttys/RTTYS_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ namespace OpenWifi {
Poco::Timespan TS(5,0);
received_bytes = hint->second->socket.receiveBytes(buffer);
if(received_bytes==0) {
\ poco_warning(Logger(), "Device Closing connection - 0 bytes received.");
poco_warning(Logger(), "Device Closing connection - 0 bytes received.");
EndConnection( pNf->socket(), __func__, __LINE__ );
return;
}
Expand Down

0 comments on commit 8050228

Please sign in to comment.