-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posix wrapper should be silent on success #971
Comments
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
21 tasks
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
…rror instead cout/clog/cerr in shared memory object Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 5, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
that referenced
this issue
Apr 6, 2022
…on-silent-on-success iox-#971 Remove success output in shared memory object
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 6, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 6, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 6, 2022
…rror instead cout/clog/cerr in shared memory object Signed-off-by: Christian Eltzschig <me@elchris.org>
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 6, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
andre-nguyen
pushed a commit
to andre-nguyen/iceoryx
that referenced
this issue
Apr 22, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
andre-nguyen
pushed a commit
to andre-nguyen/iceoryx
that referenced
this issue
Apr 22, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
andre-nguyen
pushed a commit
to andre-nguyen/iceoryx
that referenced
this issue
Apr 22, 2022
…rror instead cout/clog/cerr in shared memory object Signed-off-by: Christian Eltzschig <me@elchris.org>
andre-nguyen
pushed a commit
to andre-nguyen/iceoryx
that referenced
this issue
Apr 22, 2022
Signed-off-by: Christian Eltzschig <me@elchris.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
The posix wrapper for the shared memory prints a lot of debug information when it was created successfully. On success a posix wrapper should always be silent so that the user can decide what to print and what not - if the wrapper does it for the user it is hard to turn it of.
Remove all the outputs from the shared memory object which are printed on success and move them in the implementation which is using the shared memory object.
The text was updated successfully, but these errors were encountered: