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

Inhibit unnecessary logs to reduce clutter. #7014

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ev-mp
Copy link
Collaborator

@ev-mp ev-mp commented Aug 3, 2020

Update messages wording.
Remove unnecessary Platform Camera initialization warnings.
Addresses #6351, #6784

Work in Process
Tracked on: DSO-15490

@@ -76,7 +76,7 @@ namespace librealsense
return false;
}

bool check(const char * call, HRESULT hr, bool to_throw)
bool check(const char * call, HRESULT hr, bool to_throw, bool sdk_exception)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does sdk_exception do?

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 this pull request may close these issues.

2 participants