diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-29 17:25:43 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-29 17:25:43 +0000 |
commit | b2c0fbd782f426c728d4c68b0cad82e45d0e0d6e (patch) | |
tree | 26e4d9b2fbbb6986a26c73038d8b28f39f3080fb /src/lib | |
parent | 165e844631b9a48c5842ea602a400e854100e4ba (diff) | |
download | bcfg2-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/lib')
-rw-r--r-- | src/lib/Client/Frame.py | 2 |
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] |