[Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Dec 12 19:03:07 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-12-12 19:03:06

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

Log message:
	fix a var use before declared error

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

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/12/12 13:11:50	1.50
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/12/12 19:03:06	1.51
@@ -38,8 +38,7 @@
 		return (True, 'completed sucessfully')
 
 	# Error
-	luci_log.debug_verbose('checkBatch2: %s: %s: %s' \
-		% (str(code), rc.hostname(), str(e)))
+	luci_log.debug_verbose('checkBatch2: %s: %s' % (str(code), rc.hostname()))
 	return (-1, err_msg)
 
 def addClusterNodeBatch(os_str,




More information about the Cluster-devel mailing list