mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
add some more debug
This commit is contained in:
parent
bf8981ef61
commit
b913f1b1a7
2 changed files with 6 additions and 0 deletions
|
|
@ -1168,6 +1168,10 @@ again:
|
||||||
if (s->active)
|
if (s->active)
|
||||||
running = !n->passive;
|
running = !n->passive;
|
||||||
|
|
||||||
|
pw_log_debug("%p: follower %p running:%d passive:%d rate:%u/%u latency %u/%u '%s'",
|
||||||
|
context, s, running, s->passive, rate.num, rate.denom,
|
||||||
|
latency.num, latency.denom, s->name);
|
||||||
|
|
||||||
s->moved = false;
|
s->moved = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,8 @@ pw_context_load_module(struct pw_context *context,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pw_log_info("%p: name:%s args:%s", context, name, args);
|
||||||
|
|
||||||
module_dir = getenv("PIPEWIRE_MODULE_DIR");
|
module_dir = getenv("PIPEWIRE_MODULE_DIR");
|
||||||
if (module_dir == NULL) {
|
if (module_dir == NULL) {
|
||||||
module_dir = MODULEDIR;
|
module_dir = MODULEDIR;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue