mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
change pa_log() and friends to not require a trailing \n on all logged strings
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@574 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
cb59817b4a
commit
4a64b0d116
74 changed files with 558 additions and 532 deletions
|
|
@ -289,7 +289,7 @@ static void ipol_callback(pa_mainloop_api *m, pa_time_event *e, PA_GCC_UNUSED co
|
|||
|
||||
pa_stream_ref(s);
|
||||
|
||||
/* pa_log("requesting new ipol data\n"); */
|
||||
/* pa_log("requesting new ipol data"); */
|
||||
|
||||
if (s->state == PA_STREAM_READY && !s->ipol_requested) {
|
||||
pa_operation_unref(pa_stream_get_latency_info(s, NULL, NULL));
|
||||
|
|
@ -655,7 +655,7 @@ static void stream_get_latency_info_callback(pa_pdispatch *pd, uint32_t command,
|
|||
}
|
||||
|
||||
if (o->stream->interpolate) {
|
||||
/* pa_log("new interpol data\n"); */
|
||||
/* pa_log("new interpol data"); */
|
||||
o->stream->ipol_timestamp = i.timestamp;
|
||||
o->stream->ipol_usec = pa_stream_get_time(o->stream, &i);
|
||||
o->stream->ipol_requested = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue