summaryrefslogtreecommitdiffstats
path: root/src/polypcore/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/client.c')
-rw-r--r--src/polypcore/client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/polypcore/client.c b/src/polypcore/client.c
index b5ed2fd0..4ece07a8 100644
--- a/src/polypcore/client.c
+++ b/src/polypcore/client.c
@@ -86,6 +86,9 @@ void pa_client_kill(pa_client *c) {
void pa_client_set_name(pa_client *c, const char *name) {
assert(c);
+
+ pa_log_info(__FILE__": client %u changed name from \"%s\" to \"%s\"", c->index, c->name, name);
+
pa_xfree(c->name);
c->name = pa_xstrdup(name);