Skip to content

Commit 9757630

Browse files
committed
test 9
1 parent 82af056 commit 9757630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsw/src/sample_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ CFE_Status_t SAMPLE_APP_Init(void)
198198
CFE_Config_GetVersionString(VersionString, SAMPLE_APP_CFG_MAX_VERSION_STR_LEN, "Sample App", SAMPLE_APP_VERSION,
199199
SAMPLE_APP_BUILD_CODENAME, SAMPLE_APP_LAST_OFFICIAL);
200200

201-
CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample App Initialized.%s",
201+
CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Test App Initialized.%s",
202202
VersionString);
203203
}
204204

0 commit comments

Comments
 (0)