summaryrefslogtreecommitdiffstats
path: root/polyp/cli.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-12-12 15:56:22 +0000
committerLennart Poettering <lennart@poettering.net>2004-12-12 15:56:22 +0000
commit9a01cf44f09e92e14a720f4f531e943a50f26b72 (patch)
tree102a7daf4f1234048e150b1fbbd34289d0234944 /polyp/cli.c
parent2d97e7522e6d075e5784659ce538e9dd194e5eae (diff)
* 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
Diffstat (limited to 'polyp/cli.c')
-rw-r--r--polyp/cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/cli.c b/polyp/cli.c
index 04fbb7e0..4d4342bf 100644
--- a/polyp/cli.c
+++ b/polyp/cli.c
@@ -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);