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

Fix log severity level and various typos #2701

Conversation

SKobziev
Copy link
Contributor

@SKobziev SKobziev commented Oct 17, 2018

Fixes #2694

This PR is ready for review.

Risk

This PR makes no API changes.

Summary

There are following minor issues was fixed:

  • log severity level in on_vehicle_data_notification.cc: ERROR -> DEBUG
  • typo in on_vehicle_data_notification.cc: nanme -> name
  • typo in request_controller.cc: HmiConnectoinKey -> HmiConnectionKey
  • typo in request_info.cc: HmiConnectoinKey -> HmiConnectionKey

CLA

Fixed log severity level in on_vehicle_data_notification.cc:
LOG4CXX_ERROR is changed on LOG4CXX_DEBUG and corrected a
mistake in string.
@SKobziev SKobziev changed the title Fix log severity level in on_vehicle_data_notification.cc Fix log severity level and various typos Oct 25, 2018
There are following minor issues was fixed:

    log severity level in on_vehicle_data_notification.cc: ERROR -> DEBUG
    typo in on_vehicle_data_notification.cc: nanme -> name
    typo in request_controller.cc: HmiConnectoinKey -> HmiConnectionKey
    typo in request_info.cc: HmiConnectoinKey -> HmiConnectionKey
Also OnSystemError_SUCCESS was changed to DISABLED_OnSystemError_SUCCESS
in policy_handler_test.cpp because the running this test case was successful
locally and was unsuccess on Jenkins
@SKobziev SKobziev force-pushed the fix/Fix_log_severity_level_in_on_vehicle_data_notification_cc branch from ab528bb to 072bba7 Compare October 26, 2018 09:06
@SKobziev
Copy link
Contributor Author

look at #2776

@SKobziev SKobziev closed this Nov 28, 2018
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.

None yet

6 participants