Log when username changes

This commit is contained in:
Tulir Asokan
2023-07-03 19:20:12 +03:00
parent 806eea53eb
commit 4b03134620
+1
View File
@@ -274,6 +274,7 @@ class Puppet(DBPuppet, BasePuppet):
self.is_premium = is_premium
if self.username != info.username:
self.log.debug(f"Updating username {self.username} -> {info.username}")
self.username = info.username
changed = True