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
commita0bc18633ebed623d2ff9d79ddea13efe4b53204 (patch)
tree44a5e238affccf81a7f1441b54298978e4b3a67e
parent0ee07d00231258d5bbf8a2102b84de5c91354c68 (diff)
downloadqpid-python-a0bc18633ebed623d2ff9d79ddea13efe4b53204.tar.gz
Clarify this output comment a little.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028250 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/src/tests/sasl_fed2
1 files changed, 1 insertions, 1 deletions
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