mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
* complete zeroconf publisher
* make cli.c shut up unless run with -v git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@319 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2d97e7522e
commit
9a01cf44f0
2 changed files with 61 additions and 47 deletions
|
|
@ -102,7 +102,7 @@ static void client_kill(struct pa_client *client) {
|
|||
assert(client && client->userdata);
|
||||
c = client->userdata;
|
||||
|
||||
pa_log(__FILE__": CLI client killed.\n");
|
||||
pa_log_debug(__FILE__": CLI client killed.\n");
|
||||
if (c->defer_kill)
|
||||
c->kill_requested = 1;
|
||||
else {
|
||||
|
|
@ -118,7 +118,7 @@ static void line_callback(struct pa_ioline *line, const char *s, void *userdata)
|
|||
assert(line && c);
|
||||
|
||||
if (!s) {
|
||||
pa_log(__FILE__": CLI got EOF from user.\n");
|
||||
pa_log_debug(__FILE__": CLI got EOF from user.\n");
|
||||
if (c->eof_callback)
|
||||
c->eof_callback(c, c->userdata);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue