protocol: debug server we connect to

This commit is contained in:
Wim Taymans 2020-07-23 20:12:25 +02:00
parent 63dbf7b7b7
commit 6530c694c9

View file

@ -67,6 +67,7 @@ int pw_protocol_native_connect_local_socket(struct pw_protocol_client *client,
} }
name = get_remote(props); name = get_remote(props);
pw_log_info("connecting to '%s'", name);
if ((fd = socket(PF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0)) < 0) { if ((fd = socket(PF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0)) < 0) {
res = -errno; res = -errno;