--- linuxsampler/trunk/src/network/lscpserver.cpp 2004/07/03 20:08:07 170 +++ linuxsampler/trunk/src/network/lscpserver.cpp 2004/07/07 02:00:37 184 @@ -244,6 +244,7 @@ if (c == '\r') continue; //Ignore CR if (c == '\n') { + LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_misc, "Received \'" + bufferedCommands[socket] + "\' on socket", socket)); bufferedCommands[socket] += "\n"; return true; //Complete command was read }