X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=accounts.py;h=3711a0d46dfbd430ad13cc6720eb1ccb392227d0;hb=329419f2c6de2b011a55dbd9f1f91337ef3b840a;hp=3074e414f27353b0fed1990f78b3a1d510325d36;hpb=64d4adb26fce692ae87047632689abbf2ff9e128;p=nodemanager.git diff --git a/accounts.py b/accounts.py index 3074e41..3711a0d 100644 --- a/accounts.py +++ b/accounts.py @@ -81,7 +81,7 @@ class Account: def configure(self, rec): """Write to my authorized_keys file.""" - logger.verbose('in accounts:configure') + logger.verbose('in accounts:configure for %s'%self.name) new_keys = rec['keys'] if new_keys != self.keys: self.keys = new_keys