file: Add missing space to log message
This commit is contained in:
parent
784c9758ab
commit
0f4771f539
@ -108,7 +108,7 @@ class FileLibraryProvider(backend.LibraryProvider):
|
||||
media_dir_split[0].encode(FS_ENCODING))
|
||||
|
||||
if not local_path:
|
||||
logger.warning('Failed expanding path (%s) from'
|
||||
logger.warning('Failed expanding path (%s) from '
|
||||
'file/media_dirs config value.',
|
||||
media_dir_split[0])
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user