Skip to content

Commit

Permalink
Merge pull request #1076 from skliper/fix449-consistent_log
Browse files Browse the repository at this point in the history
Fix #449, Add OS_printf to CFE_ES_SYSLOG_APPEND
  • Loading branch information
astrogeco authored Jan 21, 2021
2 parents 0658a01 + 73717b8 commit bd87123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/cfe-core/src/es/cfe_es_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
CFE_ES_LockSharedData(__func__, __LINE__); \
CFE_ES_SysLogAppend_Unsync(LogString); \
CFE_ES_UnlockSharedData(__func__, __LINE__); \
OS_printf("%s", LogString); \
}


Expand Down

0 comments on commit bd87123

Please sign in to comment.