Update M17Network.cpp

Change network closing message to reflect correct mode
This commit is contained in:
Steve Miller 2021-04-11 10:34:55 -04:00 committed by GitHub
parent a4aaabaf5c
commit eeffb6342d
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");
}