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
+1 -1
View File
@@ -125,5 +125,5 @@ void CM17Network::close()
{
m_socket.close();
LogInfo("Closing P25 network connection");
LogInfo("Closing M17 network connection");
}