Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed May 19, 2021
1 parent f8461f8 commit 9ee66ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object ProjectorImageCacher : ImageCacher {
?: ImageId.Unknown(
"$methodName received MultiResolutionImage with bad variant count (${image.resolutionVariants.size}): $image")

else -> ImageId.Unknown("$methodName received ${this::class.qualifiedName}: $this")
else -> ImageId.Unknown("$methodName received ${image::class.qualifiedName}: $image")
}

val newImages by SizeAware(
Expand Down

0 comments on commit 9ee66ca

Please sign in to comment.