summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-repo-validate
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-08-12 20:54:51 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-08-12 20:54:51 +0000
commit0205df00dc77e79d1ced93921655fb51913fb3e8 (patch)
tree73710cd69018cf3fe104c6f8e93472f5701a554d /src/sbin/bcfg2-repo-validate
parent9b60636b5442775a2c61057a632f823efd39a7db (diff)
downloadbcfg2-0205df00dc77e79d1ced93921655fb51913fb3e8.tar.gz
bcfg2-0205df00dc77e79d1ced93921655fb51913fb3e8.tar.bz2
bcfg2-0205df00dc77e79d1ced93921655fb51913fb3e8.zip
bcfg2-repo-validate: Use proper English in error messages
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5404 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-repo-validate')
-rwxr-xr-xsrc/sbin/bcfg2-repo-validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate
index 072029523..939fe2a07 100755
--- a/src/sbin/bcfg2-repo-validate
+++ b/src/sbin/bcfg2-repo-validate
@@ -78,7 +78,7 @@ if __name__ == '__main__':
try:
xdata = lxml.etree.parse(plist)
except lxml.etree.XMLSyntaxError, e:
- print("Failed to %s: %s" % (plist, e))
+ print("Failed to parse %s: %s" % (plist, e))
# get priority, type, group
priority = xdata.getroot().get('priority')
ptype = xdata.getroot().get('type')