This commit is contained in:
David Wilson 2016-08-11 17:55:11 +01:00
parent 6f1b6df0f9
commit 4b11023558
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class SlaveModuleImporter(object):
pkgname, _, _ = fullname.rpartition('.')
if fullname not in self._present.get(pkgname, (fullname,)):
LOG.debug('%r: Skip %r since master doesnt know it', self, fullname)
LOG.debug('%r: master doesn\'t know %r', self, fullname)
return None
self._lock.acquire()