Skip to content

Commit

Permalink
Fixed the log prefix for connectionEventHandler function.
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Peyrusse <[email protected]>
  • Loading branch information
Florent Peyrusse committed Aug 20, 2024
1 parent 9f162e1 commit 3974d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iec104.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ IEC104Server::connectionEventHandler(void* parameter,
IMasterConnection con,
CS104_PeerConnectionEvent event)
{
std::string beforeLog = Iec104Utility::PluginName + " - IEC104Server::connectionRequestHandler -";
std::string beforeLog = Iec104Utility::PluginName + " - IEC104Server::connectionEventHandler -";
IEC104Server* self = (IEC104Server*)parameter;

char ipAddrBuf[100];
Expand Down

0 comments on commit 3974d2e

Please sign in to comment.