From a0bc18633ebed623d2ff9d79ddea13efe4b53204 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Thu, 28 Oct 2010 10:31:22 +0000 Subject: Clarify this output comment a little. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028250 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/sasl_fed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/tests/sasl_fed b/cpp/src/tests/sasl_fed index e65adae171..e52b85c87f 100755 --- a/cpp/src/tests/sasl_fed +++ b/cpp/src/tests/sasl_fed @@ -29,7 +29,7 @@ sasl_version=`$QPID_TEST_EXEC_DIR/sasl_version` # 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 -- cgit v1.2.1