Skip to content

Commit

Permalink
iox-#2185 Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Feb 19, 2024
1 parent d83dd28 commit 853de3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- Add support for `iox::string` in `UnixDomainSocket` and created `unix_domain_socket.inl` [#2040](https://github.com/eclipse-iceoryx/iceoryx/issues/2040)
- Add support for `iox::string` in `MessageQueue` and created `message_queue.inl` [#1963](https://github.com/eclipse-iceoryx/iceoryx/issues/1963)
- Add support for `iox::string` in `NamedPipe` and created `named_pipe.inl` [#1693](https://github.com/eclipse-iceoryx/iceoryx/issues/1693)
- Add an `iox1` prefix to all resources created by `iceoryx_posh` and `RouD` [#2185](https://github.com/eclipse-iceoryx/iceoryx/issues/2185)
- Add an `iox1` prefix to all resources created by `iceoryx_posh` and `RouDi` [#2185](https://github.com/eclipse-iceoryx/iceoryx/issues/2185)

**Bugfixes:**

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/source/runtime/ipc_interface_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ IpcInterface<IpcChannelType>::IpcInterface(const RuntimeName_t& runtimeName,
.or_else([&runtimeName] {
IOX_LOG(FATAL,
"The runtime with the name '"
<< runtimeName.size()
<< runtimeName
<< "' would exceed the maximum allowed size when used with the 'iox1_#_' prefix!");
IOX_PANIC("The runtime name exceeds the max size");
})
Expand Down

0 comments on commit 853de3a

Please sign in to comment.