Skip to content

Commit

Permalink
Merge pull request #1381 from eclipse-zenoh/fix/typo
Browse files Browse the repository at this point in the history
Close #1357
  • Loading branch information
Mallets authored Sep 9, 2024
2 parents e6994ff + bc31b58 commit 603cc58
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 603cc58

Please sign in to comment.