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

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Mar 13 03:07:03 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-03-13 03:07:03

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

Log message:
	Add missing format string arg

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.15&r2=1.227.2.16

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2007/03/12 05:46:37	1.227.2.15
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2007/03/13 03:07:03	1.227.2.16
@@ -674,7 +674,7 @@
 
 		if not success:
 			incomplete = True
-			errors.append('An error occurred while attempting to add cluster node \"%s\"')
+			errors.append('An error occurred while attempting to add cluster node \"%s\"' % cur_host)
 
 	if incomplete or len(errors) > 0:
 		request.SESSION.set('add_node', add_cluster)




More information about the Cluster-devel mailing list