You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/11/18 23:08:44 UTC

svn commit: r1411001 - /accumulo/trunk/core/src/main/thrift/thrift.sh

Author: bimargulies
Date: Sun Nov 18 22:08:43 2012
New Revision: 1411001

URL: http://svn.apache.org/viewvc?rev=1411001&view=rev
Log:
ACCUMULO-860: fix error message for insufficient Thrift version.

Modified:
    accumulo/trunk/core/src/main/thrift/thrift.sh

Modified: accumulo/trunk/core/src/main/thrift/thrift.sh
URL: http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/thrift/thrift.sh?rev=1411001&r1=1411000&r2=1411001&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/thrift/thrift.sh (original)
+++ accumulo/trunk/core/src/main/thrift/thrift.sh Sun Nov 18 22:08:43 2012
@@ -27,7 +27,7 @@ if [ "$VERSION" -ne 1 ] ; then 
    # Nope: bail
    echo "***********************************************"
    echo "* thrift is not available                     *"
-   echo "*   expecting 'thrift -version' to return 0.8 *"
+   echo "*   expecting 'thrift -version' to return 0.9 *"
    echo "***********************************************"
    exit 0
 fi