git-svn-id: svn://elaine/murooma/trunk@342 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2015-01-01 21:26:04 +00:00
parent b3336df0f2
commit afc2c5baab
3 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ void Controller::start(const PcmDevice& pcmDevice, const std::string& ip, size_t
void Controller::stop()
{
logD << "Stopping\n";
logD << "Stopping Controller" << endl;
active_ = false;
controllerThread_->join();
clientConnection_->stop();