mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Trivial typo fix in debug log message.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2521 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
92e4fb318e
commit
39f59cd249
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ static void resolver_cb(
|
||||||
t, dname,
|
t, dname,
|
||||||
pa_channel_map_snprint(cmt, sizeof(cmt), &cm));
|
pa_channel_map_snprint(cmt, sizeof(cmt), &cm));
|
||||||
|
|
||||||
pa_log_debug("Loading module-tunnel-%s with arguments '%s'", module_name, args);
|
pa_log_debug("Loading %s with arguments '%s'", module_name, args);
|
||||||
|
|
||||||
if ((m = pa_module_load(u->core, module_name, args))) {
|
if ((m = pa_module_load(u->core, module_name, args))) {
|
||||||
tnl->module_index = m->index;
|
tnl->module_index = m->index;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue