mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
chore: remove some debug messages that are not useful anymore
This commit is contained in:
parent
af02d82ea9
commit
fc865499fc
@ -16,7 +16,7 @@ void pa_stream_notify_cb (pa_stream* stream, void* /*userdata*/) {
|
||||
switch (pa_stream_get_state (stream)) {
|
||||
case PA_STREAM_FAILED: sLog.error ("Cannot open stream for capture. Audio processing is disabled"); break;
|
||||
case PA_STREAM_READY: sLog.debug ("Capture stream ready"); break;
|
||||
default: sLog.debug("pa_stream_get_state unknown result"); break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -145,7 +145,6 @@ void pa_context_notify_cb (pa_context* ctx, void* userdata) {
|
||||
sLog.error ("PulseAudio context initialization failed. Audio processing is disabled");
|
||||
break;
|
||||
default:
|
||||
sLog.debug ("pa_context_get_state unknown result");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user