Merge "Replace deprecated LOG.warn with LOG.warning"

This commit is contained in:
Jenkins 2016-01-06 14:56:31 +00:00 committed by Gerrit Code Review
commit 3c6f77ff3a
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class PrivContext(object):
def start(self, method=Method.ROOTWRAP):
if self.channel is not None:
LOG.warn(_LW('privsep daemon already running'))
LOG.warning(_LW('privsep daemon already running'))
return
if method is Method.ROOTWRAP: