Skip to content

Commit

Permalink
Close #1357
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 9, 2024
1 parent e6994ff commit bc31b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit bc31b58

Please sign in to comment.