git-svn-id: svn://elaine/murooma/trunk@323 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-12-28 16:49:29 +00:00
parent deca098bb4
commit b857de9f45
12 changed files with 69 additions and 449 deletions

View file

@ -98,6 +98,11 @@ int main (int argc, char *argv[])
daemonize();
std::clog << kLogNotice << "daemon started" << std::endl;
}
logS(kLogNotice) << "daemon started" << std::endl;
logD << "debug test" << std::endl;
logO << "out test" << std::endl;
logE << "error test" << std::endl;
log << "test" << std::endl;
PcmDevice pcmDevice = getPcmDevice(soundcard);
if (pcmDevice.idx == -1)