Fix Language Aggregation debug Log statement

This commit is contained in:
Qstick 2020-07-11 00:43:32 -04:00
parent 1dbb664ef6
commit 3f39c8d1bd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Aggregation.Aggregators
}
}
_logger.Debug("Using languages: {0}", languages);
_logger.Debug("Using languages: {0}", string.Join(", ", languages.ToList()));
localMovie.Languages = languages;