diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3abfc3f..2e905407 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,3 +12,4 @@ How to contribute 3. Submit a PR against the chosen sprint branch. 4. The PR will be reviewed and if accepted merged into the sprint branch. 5. All changes in sprint branch are accepted into release branch `stable2` by planned releases. + diff --git a/server/plat/gdial.cpp b/server/plat/gdial.cpp index 6e294fde..2d2311d6 100644 --- a/server/plat/gdial.cpp +++ b/server/plat/gdial.cpp @@ -74,7 +74,6 @@ class GDialCastObject { GDIAL_LOGINFO("AppName[%s] AppID[%s] State[%s] Error[%s]", AppObj->appName.c_str(), - AppObj->appId.c_str(), AppObj->appState.c_str(), AppObj->appError.c_str()); if ( AppCacheError_OK == AppCache->UpdateAppStatusCache(AppObj))