commit:     58bc58f55f81cf76dc27e6766d11819acdf5fcaf
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 25 19:33:19 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Dec 25 19:33:19 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=58bc58f5

gkeys-ldap/actions.py: Fix some outputs for errors and consistency

---
 gkeys-ldap/gkeyldap/actions.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 212b027..29d8bc7 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -115,11 +115,11 @@ class Actions(object):
                 count += 1
             else:
                 error_count += 1
-        self.output('', "Total number of seeds created:", count)
-        self.output('', "Seeds created... Saving file: %s" % filename)
-        self.output('', "Total number of Dev's with GPG errors:", error_count)
-        self.logger.info("Total number of seeds created: %d" % count)
-        self.logger.info("Seeds created... Saving file: %s" % filename)
+        self.output('', "Total number of seeds created........: %s" % count)
+        self.output('', "Seeds created... Saving file.........: %s" % filename)
+        self.output('', "Total number of Dev's with GPG errors: %s" % 
error_count)
+        self.logger.info("Total number of seeds created........: %d" % count)
+        self.logger.info("Seeds created... Saving file.........: %s" % 
filename)
         self.logger.info("Total number of Dev's with GPG errors: %d" % 
error_count)
         return self.seeds.save()
 

Reply via email to