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

Fw logger bug fix #6926

Merged
merged 4 commits into from
Aug 4, 2020
Merged

Conversation

nohayassin
Copy link
Contributor

@nohayassin nohayassin commented Jul 26, 2020

fixing timestamp in new fw logger message
Tracked on: DSO-15394

sstr << " " << log_message.get_severity_str();
sstr << " FW_Log_Data:";
sstr << datetime_string() << " FW_Log_Data:";
//sstr << " " << log_message.get_severity_str();
Copy link
Collaborator

Choose a reason for hiding this comment

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

This line can be deleted

std::vector<uint8_t> msg_data = log_message.data();
size_t sizeMsg = msg_data.size();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Seem to be unused variable, or I missed it?

@nohayassin
Copy link
Contributor Author

Tracked on: DSO-15394

@ev-mp ev-mp merged commit 4cc9820 into IntelRealSense:development Aug 4, 2020
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