diff options
Diffstat (limited to 'src/socket')
-rw-r--r-- | src/socket/SocketListener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |