mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
77 stars 45 forks source link

Add missing format argument for LOG.warn #55

Closed scovetta closed 2 years ago

scovetta commented 2 years ago

The call to LOG.warn has three placeholders but only two values are passed in. This PR adds item.getOwner().getUsername() as the third parameter.