You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The log message in UT_BSP_Unlock has the wrong function name (OS_MutSemTake). Appears to be a copy/paste error from UT_BSP_Lock above.
To Reproduce
N/A (does not fail in normal operation)
Expected behavior
Log message should have OS_MutSemGive, not OS_MutSemTake
Describe the bug
The log message in
UT_BSP_Unlock
has the wrong function name (OS_MutSemTake). Appears to be a copy/paste error from UT_BSP_Lock above.To Reproduce
N/A (does not fail in normal operation)
Expected behavior
Log message should have
OS_MutSemGive
, notOS_MutSemTake
Code snips
cFE/modules/cfe_assert/src/cfe_assert_io.c
Line 59 in 2afdbc1
System observed on:
Ubuntu
Additional context
Mismatch noted as part of review for #1599
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: