use regex instead of indexof with search

This commit is contained in:
Luke Pulverenti
2013-04-29 13:06:13 -04:00
parent 33f4b2ed53
commit 8217bafb24
2 changed files with 27 additions and 16 deletions

View File

@@ -645,7 +645,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
}
catch (IOException ex)
{
_logger.ErrorException("Error converted extracted subtitle {0}", ex, outputPath);
_logger.ErrorException("Error deleting converted subtitle {0}", ex, outputPath);
}
}
}