From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 10 Oct 2006 21:26:01 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py Message-ID: <20061010212601.4217.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-10-10 21:26:01 Modified files: luci/site/luci/Extensions: conga_constants.py Log message: fine tune error strings Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 --- conga/luci/site/luci/Extensions/conga_constants.py 2006/10/10 21:18:34 1.11 +++ conga/luci/site/luci/Extensions/conga_constants.py 2006/10/10 21:26:01 1.12 @@ -77,4 +77,4 @@ START_NODE=4 #cluster/node create error messages -CLUNODE_CREATE_ERRORS = ["An unknown error occurred when creating this node", "A problem occurred when installing packages","A problem occurred when rebooting this node", "A problem occurred when propagating the configuration to this node", "A problem occurred when starting this node"] +CLUNODE_CREATE_ERRORS = ["An unknown error occurred when creating this node: ", "A problem occurred when installing packages: ","A problem occurred when rebooting this node: ", "A problem occurred when propagating the configuration to this node: ", "A problem occurred when starting this node: "]