Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo
Browse files Browse the repository at this point in the history
JaredTan95 committed Mar 23, 2019
1 parent 3a1a585 commit b4b7795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ private void initAppId() {
m_appId = System.getenv("APP_ID");
if (!Utils.isBlank(m_appId)) {
m_appId = m_appId.trim();
logger.info("App ID is set to {} by APP_ID env from OS environment variable", m_appId);
logger.info("App ID is set to {} by APP_ID property from OS environment variable", m_appId);
return;
}

0 comments on commit b4b7795

Please sign in to comment.