Merge pull request #3 from kc1awv/patch-1

Update M17Network.cpp
This commit is contained in:
nostar 2021-04-23 16:26:29 -04:00 committed by GitHub
commit 041a380a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,5 +125,5 @@ void CM17Network::close()
{
m_socket.close();
LogInfo("Closing P25 network connection");
LogInfo("Closing M17 network connection");
}