diff options
| -rwxr-xr-x | gui/GtkGui.c | 2 | ||||
| -rwxr-xr-x | plugins/dfsound/pulseaudio.c | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gui/GtkGui.c b/gui/GtkGui.c index 34a6806b..d531128e 100755 --- a/gui/GtkGui.c +++ b/gui/GtkGui.c @@ -241,7 +241,7 @@ gchar* get_cdrom_label_trim() { gchar* get_cdrom_label_id(const gchar* suffix) { const u8 lblmax = sizeof(CdromId) + sizeof(CdromLabel) + 20u; - printf("MAx %u\n", lblmax); + //printf("MAx %u\n", lblmax); char buf[lblmax]; gchar *trimlabel = get_cdrom_label_trim(); 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; } |
