From bc31b58ea0d9d4dbd90cbc861929c3cb3ba94ffe Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Mon, 9 Sep 2024 15:34:22 +0200 Subject: [PATCH] Close #1357 --- io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs b/io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs index a07267416d..5632da26f4 100644 --- a/io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs +++ b/io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs @@ -333,7 +333,7 @@ impl LinkManagerUnicastTrait for LinkManagerUnicastUnixSocketStream { nix::fcntl::flock(lock_fd, nix::fcntl::FlockArg::LockExclusiveNonblock).map_err(|e| { let _ = nix::unistd::close(lock_fd); let e = zerror!( - "Can not create a new UnixSocketStream listener on {} - Unable to acquire look: {}", + "Can not create a new UnixSocketStream listener on {} - Unable to acquire lock: {}", path, e );