Skip to content

Commit 6bd8740

Browse files
markschatzaethanbb
authored andcommitted
Removed some extraneous diffs
1 parent c1b4ba2 commit 6bd8740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/EventBroadcaster/EventBroadcaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ int EventBroadcaster::setListeningPort(int port, bool forceRestart)
167167
if (!newSocket->isValid())
168168
{
169169
status = zmq_errno();
170-
std::cout << "Failed to open socket: " << zmq_strerror(status) << std::endl;
170+
std::cout << "Failed to create socket: " << zmq_strerror(status) << std::endl;
171171
}
172172
else
173173
{

0 commit comments

Comments
 (0)