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:
Colin Guthrie 2008-06-12 08:27:20 +00:00
parent 92e4fb318e
commit 39f59cd249

View file

@ -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;