core: Add quotes around 'exact' in warning
This commit is contained in:
parent
d768a3b4f7
commit
394081ae27
@ -254,7 +254,7 @@ class LibraryController(object):
|
||||
except TypeError:
|
||||
backend_name = backend.actor_ref.actor_class.__name__
|
||||
logger.warning(
|
||||
'%s does not implement library.search() with exact '
|
||||
'%s does not implement library.search() with "exact" '
|
||||
'support. Please upgrade it.', backend_name)
|
||||
return [r for r in results if r]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user