From 6530c694c9ac21299179ad9fff5bfefed91f69e9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Jul 2020 20:12:25 +0200 Subject: [PATCH] protocol: debug server we connect to --- src/modules/module-protocol-native/local-socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/module-protocol-native/local-socket.c b/src/modules/module-protocol-native/local-socket.c index bf80ecd1e..34ed1eb66 100644 --- a/src/modules/module-protocol-native/local-socket.c +++ b/src/modules/module-protocol-native/local-socket.c @@ -67,6 +67,7 @@ int pw_protocol_native_connect_local_socket(struct pw_protocol_client *client, } name = get_remote(props); + pw_log_info("connecting to '%s'", name); if ((fd = socket(PF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0)) < 0) { res = -errno;