[Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ...

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Jan 29 22:06:02 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-01-29 22:06:02

Modified files:
	luci/site/luci/Extensions: homebase_adapters.py 

Log message:
	fix for '"%s" reports is not a member of any cluster.' error message bug.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.46&r2=1.47

--- conga/luci/site/luci/Extensions/homebase_adapters.py	2007/01/08 21:58:34	1.46
+++ conga/luci/site/luci/Extensions/homebase_adapters.py	2007/01/29 22:06:02	1.47
@@ -278,7 +278,7 @@
 		if not cluster_info:
 			errmsg = 'An error occurred while attempting to retrieve the cluster.conf file from \"%s\"' % cur_host
 		else:
-			errmsg = '\"%s\" reports is not a member of any cluster.'
+			errmsg = '\"%s\" reports is not a member of any cluster.' % cur_host
 		return (False, { 'errors': [ errmsg ] })
 
 	cluster_name = cluster_info[0]




More information about the Cluster-devel mailing list