summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2010-10-28 10:31:22 +0000
committerMichael Goulish <mgoulish@apache.org>2010-10-28 10:31:22 +0000
commit3fee018a93fa608d12cdcb3ae7c65204140cf723 (patch)
treea8dfc1390f5ea410ce0375eefcccae343a54f781
parent591732bbaf0b25ab4e35440d679688fd2e1041f4 (diff)
downloadqpid-python-3fee018a93fa608d12cdcb3ae7c65204140cf723.tar.gz
Clarify this output comment a little.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028250 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/sasl_fed2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed b/qpid/cpp/src/tests/sasl_fed
index e65adae171..e52b85c87f 100755
--- a/qpid/cpp/src/tests/sasl_fed
+++ b/qpid/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