mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
Use warning instead of warn for logging (fix #170)
This commit is contained in:
parent
c5f19bb05b
commit
6854cd0ee3
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class HTTPSServer(HTTPServer):
|
|||
try:
|
||||
open(filename, "r").close()
|
||||
except IOError as exception:
|
||||
log.LOGGER.warn(
|
||||
log.LOGGER.warning(
|
||||
"Error while reading SSL %s %r: %s" % (
|
||||
name, filename, exception))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue