aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-12 13:57:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-12 13:57:03 +0000
commit5076a6b736a6958207e0dca04e7b2ecd13201903 (patch)
tree199613855ace48e87c4c7c3d1ece245a495452ce /src/conversation
parent973e714d90c5231aedb8e0a594043c2113d85269 (diff)
downloadgnunet-5076a6b736a6958207e0dca04e7b2ecd13201903.tar.gz
gnunet-5076a6b736a6958207e0dca04e7b2ecd13201903.zip
- fix #3203
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-helper-audio-playback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-helper-audio-playback.c b/src/conversation/gnunet-helper-audio-playback.c
index fcf07707d..cb083151d 100644
--- a/src/conversation/gnunet-helper-audio-playback.c
+++ b/src/conversation/gnunet-helper-audio-playback.c
@@ -168,7 +168,7 @@ stream_write_callback (pa_stream * s,
168 /* unblock 'main' */ 168 /* unblock 'main' */
169 if (-1 != ready_pipe[1]) 169 if (-1 != ready_pipe[1])
170 { 170 {
171 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 171 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
172 "Unblocking main loop!\n"); 172 "Unblocking main loop!\n");
173 write (ready_pipe[1], "r", 1); 173 write (ready_pipe[1], "r", 1);
174 } 174 }
@@ -345,7 +345,7 @@ main (int argc, char *argv[])
345 stdin_mst = GNUNET_SERVER_mst_create (&stdin_receiver, NULL); 345 stdin_mst = GNUNET_SERVER_mst_create (&stdin_receiver, NULL);
346 opus_init (); 346 opus_init ();
347 pa_init (); 347 pa_init ();
348 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 348 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
349 "Waiting for PulseAudio to be ready.\n"); 349 "Waiting for PulseAudio to be ready.\n");
350 GNUNET_assert (1 == read (ready_pipe[0], &c, 1)); 350 GNUNET_assert (1 == read (ready_pipe[0], &c, 1));
351 close (ready_pipe[0]); 351 close (ready_pipe[0]);