We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6994ff + bc31b58 commit 603cc58Copy full SHA for 603cc58
io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs
@@ -333,7 +333,7 @@ impl LinkManagerUnicastTrait for LinkManagerUnicastUnixSocketStream {
333
nix::fcntl::flock(lock_fd, nix::fcntl::FlockArg::LockExclusiveNonblock).map_err(|e| {
334
let _ = nix::unistd::close(lock_fd);
335
let e = zerror!(
336
- "Can not create a new UnixSocketStream listener on {} - Unable to acquire look: {}",
+ "Can not create a new UnixSocketStream listener on {} - Unable to acquire lock: {}",
337
path,
338
e
339
);
0 commit comments