Skip to content
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

Closed
elfenpiff opened this issue Nov 12, 2021 · 0 comments · Fixed by #1317
Closed

posix wrapper should be silent on success #971

elfenpiff opened this issue Nov 12, 2021 · 0 comments · Fixed by #1317
Assignees

Comments

@elfenpiff
Copy link
Contributor

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.

@elfenpiff elfenpiff self-assigned this Apr 5, 2022
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant