[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 6664f39236f6a285941b517121db26f79cad8603

Adrian Likins alikins at redhat.com
Wed Apr 18 21:10:46 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  6664f39236f6a285941b517121db26f79cad8603 (commit)
      from  b22583073677d80e1c7f9a4d0949a64d7b320794 (commit)

- Log -----------------------------------------------------------------
commit 6664f39236f6a285941b517121db26f79cad8603
Author: Adrian Likins <alikins at redhat.com>
Date:   Wed Apr 18 17:10:14 2007 -0400

    fix two instances of the mysterious "not all strings formatted" errors
    
    Now, we really need to figure out why the logging code makes the
    exceptions for this so freaking obtuse.
-----------------------------------------------------------------------

Diffstat:
 service/modules/registration.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service/modules/registration.py b/service/modules/registration.py
index 5b7085d..797f5d1 100755
--- a/service/modules/registration.py
+++ b/service/modules/registration.py
@@ -122,8 +122,8 @@ class Registration(web_svc.AuthWebSvc):
                 self.logger.debug("profile assigned from input, given no assignment by token")
                 profile_id = profiles.data[0]["id"]
 
-        self.logger.debug("calling associate with abstract_id: ", abstract_id)
-        self.logger.debug("profile id is: ", profile_id)
+        self.logger.debug("calling associate with abstract_id: %s", abstract_id)
+        self.logger.debug("profile id is: %s", profile_id)
         return abstract_obj.associate(token, abstract_id, hostname, ip_addr, mac_addr, profile_id)
 
 

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  b22583073677d80e1c7f9a4d0949a64d7b320794 \
  6664f39236f6a285941b517121db26f79cad8603




More information about the Et-mgmt-commits-list mailing list