Skip to content

Commit

Permalink
Fix nasa#449, Add OS_printf to CFE_ES_SYSLOG_APPEND
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 7, 2021
1 parent 1ede295 commit 73717b8
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 73717b8

Please sign in to comment.