Skip to content

Commit d4be09d

Browse files
committed
printing log message for WSA startup
1 parent 4183d0b commit d4be09d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dds.net-connector-cpp.lib/connector/src/internal/src/network_client.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ dds::net::connector::_internal::
7777

7878
this->logger->error(msg.c_str());
7979
}
80+
else
81+
{
82+
this->logger->info("WSA Started.");
83+
}
8084
}
8185

8286
wsaStartCount++;

0 commit comments

Comments
 (0)