summaryrefslogtreecommitdiffhomepage
path: root/PCM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PCM.cpp')
-rw-r--r--PCM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCM.cpp b/PCM.cpp
index b8510b5..205b1cd 100644
--- a/PCM.cpp
+++ b/PCM.cpp
@@ -41,7 +41,7 @@ PCM::PCM(Config& config):
if (0 > snd_pcm_start(handle))
{
// On raspberry, this results in error. However, seems to generally work without
- log_cout << "PCM could not be started" << std::endl;
+ log_cout << "PCM could not be started. Ignoring. Will be done implicitly." << std::endl;
}
if (npfd != 1) {