Author: mgoulish Date: Thu Oct 28 10:31:22 2010 New Revision: 1028250 URL: http://svn.apache.org/viewvc?rev=1028250&view=rev Log: Clarify this output comment a little.
Modified: qpid/trunk/qpid/cpp/src/tests/sasl_fed Modified: qpid/trunk/qpid/cpp/src/tests/sasl_fed URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/sasl_fed?rev=1028250&r1=1028249&r2=1028250&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/tests/sasl_fed (original) +++ qpid/trunk/qpid/cpp/src/tests/sasl_fed Thu Oct 28 10:31:22 2010 @@ -29,7 +29,7 @@ sasl_version=`$QPID_TEST_EXEC_DIR/sasl_v # This test is necessary becasue this sasl version is the first one that permits # redirection of the sasl config file path. if [ "$sasl_version" -lt "$minimum_sasl_version" ]; then - echo "sasl_fed: must have sasl version 2.1.22 or greater. Version is: $sasl_version" + echo "sasl_fed: must have sasl version 2.1.22 or greater. ( Integer value: $minimum_sasl_version ) Version is: $sasl_version" exit 0 fi --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org