fixed people images being occasionally incorrect

This commit is contained in:
Luke Pulverenti
2013-04-14 16:47:09 -04:00
parent bc833492f0
commit 95b1bfb0de
3 changed files with 16 additions and 12 deletions

View File

@@ -237,7 +237,7 @@ namespace MediaBrowser.Server.Implementations.Providers
}
catch (OperationCanceledException ex)
{
_logger.Debug("{0} cancelled for {1}", provider.GetType().Name, item.Name);
_logger.Debug("{0} canceled for {1}", provider.GetType().Name, item.Name);
// If the outer cancellation token is the one that caused the cancellation, throw it
if (cancellationToken.IsCancellationRequested && ex.CancellationToken == cancellationToken)