Merge "Fix processmonitor's invalid messages"

This commit is contained in:
Jenkins 2016-11-21 04:28:26 +00:00 committed by Gerrit Code Review
commit 9c4bcbb838

View File

@ -172,10 +172,10 @@ set_conf_value () {
# If the PROJECT is omitted, return 1.
if [ "x" = "x${PROJECT}" ]; then
log_info "config file parameter error. [$DOMAIN:PROJECT]"
log_info "config file parameter error. [$PROJECT:PROJECT]"
return 1
else
log_debug "config file parameterREGIONCT=$PROJECT"
log_debug "config file parameter : PROJECT=$PROJECT"
fi
# If the ADMIN_USER is omitted, return 1.