diff --git a/src/modules/module-media-session.c b/src/modules/module-media-session.c index 52f5232cb..2056aa320 100644 --- a/src/modules/module-media-session.c +++ b/src/modules/module-media-session.c @@ -511,8 +511,8 @@ static int handle_autoconnect(struct impl *impl, struct pw_node *node, else find.path_id = SPA_ID_INVALID; - - pw_log_debug("module %p: try to find and link to node '%d'", impl, find.path_id); + pw_log_info("module %p: '%s' '%s' '%s' exclusive:%d target %d", impl, + media, category, role, exclusive, find.path_id); find.impl = impl; find.sess = NULL; @@ -536,10 +536,6 @@ static int handle_autoconnect(struct impl *impl, struct pw_node *node, } } - pw_log_info("module %p: '%s' '%s' '%s' exclusive:%d quantum:%d/%d", impl, - media, category, role, exclusive, - sample_rate, buffer_size); - if (strcmp(category, "Capture") == 0) direction = PW_DIRECTION_OUTPUT; else if (strcmp(category, "Playback") == 0)