aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2007-10-13 10:21:53 +0000
committerAlistair Bush <ali_bush@gentoo.org>2007-10-13 10:21:53 +0000
commitf307be20d1b3c830a59db86fb5b667721cc7a121 (patch)
tree561c9ec7659849d9c1de70db6879fb199cb592c8
parentUpdating message in java-config to increase clarity. (diff)
downloadjava-config-f307be20d1b3c830a59db86fb5b667721cc7a121.tar.gz
java-config-f307be20d1b3c830a59db86fb5b667721cc7a121.tar.bz2
java-config-f307be20d1b3c830a59db86fb5b667721cc7a121.zip
Updating message in java-config as I fudge the last one
svn path=/projects/java-config-2/trunk/; revision=5478
-rwxr-xr-xsrc/java-config-22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java-config-2 b/src/java-config-2
index 4b84dd4..bcea65f 100755
--- a/src/java-config-2
+++ b/src/java-config-2
@@ -342,7 +342,7 @@ if __name__ == '__main__':
fatalError("The active vm could not be found")
except ProviderUnavailableError, e:
message = "No providers are available, please ensure you have one of the following;\n"
- message += "VM's: " + e.vms() + " (Must be active the active vm)\n"
+ message += "VM's: " + e.vms() + " (Your active vm must meet this.)\n"
message += "Packages's: " + e.packages() + "\n"
fatalError(message)