From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Aug 2006 20:52:24 -0000 Subject: [Cluster-devel] conga/luci/utils luci_admin Message-ID: <20060802205224.24531.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: rmccabe at sourceware.org 2006-08-02 20:52:23 Modified files: luci/utils : luci_admin Log message: correct an error message that could be printed during an unsuccessful password reset Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.31&r2=1.32 --- conga/luci/utils/luci_admin 2006/08/02 20:45:26 1.31 +++ conga/luci/utils/luci_admin 2006/08/02 20:52:23 1.32 @@ -136,7 +136,7 @@ sys.stderr = orig_stderr except: sys.stderr = orig_stderr - sys.stderr.write('An error occurred while initializing the Luci installation for restoration from backup\n') + sys.stderr.write('An error occurred while setting the password for user \"' + user + '\"\n') return -1 ret = -1