summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-19 18:52:38 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-19 18:52:38 +0000
commitb432dc873778f989f0dba95a87e1511558eb44ec (patch)
treed5d868afdef3ed069e9cfa58129b60e82a9b71ea /plugins
parent264c16e9895968fc63df446427b626042fbc88b0 (diff)
downloadpcsxr-b432dc873778f989f0dba95a87e1511558eb44ec.tar.gz
make silence.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86749 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/dfsound/pulseaudio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dfsound/pulseaudio.c b/plugins/dfsound/pulseaudio.c
index bd5e2b8d..5760138b 100755
--- a/plugins/dfsound/pulseaudio.c
+++ b/plugins/dfsound/pulseaudio.c
@@ -188,8 +188,8 @@ void SetupSound (void)
}
else if (context_state == PA_CONTEXT_READY)
break;
- else
- fprintf (stderr, "PulseAudio context state is %d\n", context_state);
+ //else
+ // fprintf (stderr, "PulseAudio context state is %d\n", context_state);
pa_threaded_mainloop_wait (device.mainloop);
}
@@ -253,14 +253,14 @@ void SetupSound (void)
fprintf (stderr, "Stream state is not good: %s\n", pa_strerror (error_number));
return;
}
- else
- fprintf (stderr, "PulseAudio stream state is %d\n", stream_state);
+ //else
+ // fprintf (stderr, "PulseAudio stream state is %d\n", stream_state);
pa_threaded_mainloop_wait (device.mainloop);
}
pa_threaded_mainloop_unlock (device.mainloop);
- fprintf (stderr, "PulseAudio should be connected\n");
+ //fprintf (stderr, "PulseAudio should be connected\n");
return;
}