mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Log "nobody" instead of "None" as anonymous calendars owner.
This commit is contained in:
parent
abb70cef49
commit
3149643706
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ class Application(object):
|
|||
calendars.append(calendar)
|
||||
continue
|
||||
log.LOGGER.info(
|
||||
"Checking rights for calendar owned by %s" % calendar.owner)
|
||||
"Checking rights for calendar owned by %s" % (
|
||||
calendar.owner or "nobody"))
|
||||
|
||||
if self.acl.has_right(calendar.owner, user, password):
|
||||
log.LOGGER.info("%s allowed" % (user or "anonymous user"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue