summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-29 17:31:24 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-29 17:31:24 +0000
commitb9793c362ca9fcaabe7470be6f671525512d3c00 (patch)
tree56e786d65a45033848d236a59ec2adb68da3bb56
parentb2c0fbd782f426c728d4c68b0cad82e45d0e0d6e (diff)
downloadbcfg2-b9793c362ca9fcaabe7470be6f671525512d3c00.tar.gz
bcfg2-b9793c362ca9fcaabe7470be6f671525512d3c00.tar.bz2
bcfg2-b9793c362ca9fcaabe7470be6f671525512d3c00.zip
Pretty up multiple inclusion message
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2727 ce84e21b-d406-0410-9b95-82705330c041
-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 e7c203c76..ac99c28ba 100644
--- a/src/lib/Client/Frame.py
+++ b/src/lib/Client/Frame.py
@@ -101,7 +101,7 @@ class Frame:
entries.remove(entry)
if multi:
self.logger.info("The following entries are included multiple times:")
- self.logger.info(multi)
+ self.logger.info(["%s:%s" % entry for entry in multi])
def __getattr__(self, name):