This PR fixes a misleading warning related to the default config file. If the file was not found in the first place, only a debug message is printed. Only when the file is found and could not be processed, the warning is printed.
See related issue for more information.
Pre-Review Checklist for the PR Author
[x] Add sensible notes for the reviewer
[x] PR title is short, expressive and meaningful
[x] Relevant issues are linked in the References section
[x] Every source code file has a copyright header with SPDX-License-Identifier: Apache-2.0 OR MIT
[x] Branch follows the naming format (iox2-123-introduce-posix-ipc-example)
[x] Commits messages are according to this guideline
[x] Commit messages have the issue ID ([#123] Add posix ipc example)
Notes for Reviewer
This PR fixes a misleading warning related to the default config file. If the file was not found in the first place, only a debug message is printed. Only when the file is found and could not be processed, the warning is printed.
See related issue for more information.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #437