diff --git a/contrib/source-control-tools/land-patch.sh b/contrib/source-control-tools/land-patch.sh --- a/contrib/source-control-tools/land-patch.sh +++ b/contrib/source-control-tools/land-patch.sh @@ -93,7 +93,7 @@ # We only trust code that has been accepted if [ "${REVIEW_STATUS}" != "\"accepted\"" ]; then - echo "Error: Revision '${REVISION}' has not been accepted" + echo "Error: Revision '${REVISION}' is not accepted. Review status is: ${REVIEW_STATUS}" exit 23 fi fi