Skip to content

Commit

Permalink
chore: add log output
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Aug 27, 2024
1 parent 4f0fb2d commit 2781e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/IO/IO/Communication/TcpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ QObject *TcpServer::initDevice()
return nullptr;
}

qInfo() << "The server is listening on" << m_serverAddress << m_serverPort;
return m_tcpServer;
}

Expand Down

0 comments on commit 2781e21

Please sign in to comment.