Skip to content

Commit

Permalink
Merge pull request Sunbird-Knowlg#122 from adityagoenka94/asset-enric…
Browse files Browse the repository at this point in the history
…hment-new

 SC-2083 fix: Asset Enrichment: corrected logger name in VideoClass
  • Loading branch information
maheshkumargangula authored Apr 19, 2021
2 parents 3c56a0b + f697a99 commit 9d98736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scala.collection.mutable

trait VideoEnrichmentHelper extends ThumbnailUtil {

private[this] val logger = LoggerFactory.getLogger(classOf[ImageEnrichmentHelper])
private[this] val logger = LoggerFactory.getLogger(classOf[VideoEnrichmentHelper])
private val CONTENT_FOLDER = "content"
private val ARTIFACT_FOLDER = "artifact"

Expand Down

0 comments on commit 9d98736

Please sign in to comment.