summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-29 17:25:43 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-29 17:25:43 +0000
commitb2c0fbd782f426c728d4c68b0cad82e45d0e0d6e (patch)
tree26e4d9b2fbbb6986a26c73038d8b28f39f3080fb /src
parent165e844631b9a48c5842ea602a400e854100e4ba (diff)
downloadbcfg2-b2c0fbd782f426c728d4c68b0cad82e45d0e0d6e.tar.gz
bcfg2-b2c0fbd782f426c728d4c68b0cad82e45d0e0d6e.tar.bz2
bcfg2-b2c0fbd782f426c728d4c68b0cad82e45d0e0d6e.zip
Fix message (Resolves Ticket #377)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2726 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Client/Frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py
index 834538e27..e7c203c76 100644
--- a/src/lib/Client/Frame.py
+++ b/src/lib/Client/Frame.py
@@ -209,7 +209,7 @@ class Frame:
if self.modified:
# Handle Bundle interdeps
if mbundles:
- self.logger.info("The Following Bundles have been modifed:")
+ self.logger.info("The Following Bundles have been modified:")
self.logger.info([mbun.get('name') for mbun in mbundles])
self.logger.info("")
tbm = [(t, b) for t in self.tools for b in mbundles]