mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
small cleanups
This commit is contained in:
parent
3d9f54d8a4
commit
ce275e5917
3 changed files with 13 additions and 13 deletions
|
|
@ -221,7 +221,7 @@ handle_node(struct impl *impl, struct sm_object *object)
|
|||
node->direction = direction;
|
||||
node->type = NODE_TYPE_STREAM;
|
||||
node->media = strdup(media_class);
|
||||
pw_log_debug(NAME "%p: node %d is stream %s", impl, object->id, node->media);
|
||||
pw_log_debug(NAME" %p: node %d is stream %s", impl, object->id, node->media);
|
||||
}
|
||||
else {
|
||||
const char *media;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue