Skip to content

Commit

Permalink
module-vchan-sink: log for domid used
Browse files Browse the repository at this point in the history
(cherry picked from commit cbf80f2)
  • Loading branch information
fepitre authored and marmarek committed Apr 18, 2020
1 parent f0d6adf commit 9269574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulse/module-vchan-sink.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ int pa__init(pa_module * m)
pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll);


pa_log("using domid: %d", domid);
pa_modargs_get_value_s32(ma, "domid", &domid);
if ((do_conn(u, domid)) < 0) {

Expand Down

0 comments on commit 9269574

Please sign in to comment.