core: Add quotes around 'exact' in warning

This commit is contained in:
Stein Magnus Jodal 2015-03-25 00:40:59 +01:00
parent d768a3b4f7
commit 394081ae27

View File

@ -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]