Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #712, Replace UT_OS_LOG with UtPrintf #736

Merged
merged 1 commit into from
Jan 6, 2021

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Jan 4, 2021

Describe the contribution
Fix #712 - replaces UT_OS_LOG with UtPrintf (it was just a duplicated macro)

Testing performed
Standard build and run of unit tests

Expected behavior changes
No change, just code duplication cleanup

System(s) tested on

  • Hardware: cFS Dev Server
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@astrogeco
Copy link
Contributor

CCB 2021-01-06 APPROVED

@astrogeco astrogeco changed the base branch from main to integration-candidate January 6, 2021 17:11
@astrogeco astrogeco merged commit ef2a033 into nasa:integration-candidate Jan 6, 2021
@skliper skliper deleted the fix712-use_utprintf branch February 1, 2021 21:35
@skliper skliper added this to the 6.0.0 milestone Sep 24, 2021
jphickey pushed a commit to jphickey/osal that referenced this pull request Aug 10, 2022
Implements message header module such that users
can customize or extend as needed.
 - Separates code for easier selection
 - Implements consistent getter/setter APIs
 - Fix nasa#736/nasa#781: MsgId logic no longer overrides bits in init
 - Fix nasa#529: Get size supports max size
 - Adds single big endian time implementation, but not selected
 - Adds msg module to module list
 - Adds msg module to cppcheck
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace UT_OS_LOG use in unit-tests with UtPrintf
2 participants