better logging comment

pull/3/head
Langenfeld 2019-10-22 17:29:46 +02:00
rodzic 033f9cfee3
commit 170e50d4d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ class User(GiteaApiObject):
if mail["primary"]:
self._email = mail["email"]
break
logging.info("User %s updated Mail: <%s> to <%s>" % (self.login, prev, self.email))
logging.info("User %s unmasked e-mail: <%s> to <%s>" % (self.login, prev, self.email))
def delete(self):
""" Deletes this User. Also deletes all Repositories he owns."""