From 93fb77a658d4d78fc64f3b8b84ed28dd94b3e6f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 May 2012 00:42:34 +0000 Subject: More work towards separating event interfaces from queueing implementation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4318 a436a847-0d15-0410-975c-d299462d15a1 --- src/socket/SocketListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket') diff --git a/src/socket/SocketListener.cpp b/src/socket/SocketListener.cpp index ba427433..edd5421b 100644 --- a/src/socket/SocketListener.cpp +++ b/src/socket/SocketListener.cpp @@ -62,7 +62,7 @@ SocketListener::SocketListener(Ingen::Shared::World& world, LOG(Raul::error) << "Failed to listen on socket" << std::endl; } - LOG(Raul::info) << "Opened socket at " << _sock_path << std::endl; + LOG(Raul::info) << "Listening on socket at " << _sock_path << std::endl; start(); } -- cgit v1.2.1