mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
protocol: debug server we connect to
This commit is contained in:
parent
63dbf7b7b7
commit
6530c694c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue