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

Commit 1c13018

Browse files
committed
Fix logging of missing implementation of server composite operation
1 parent bce0735 commit 1c13018

File tree

1 file changed

+1
-1
lines changed
  • projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas

1 file changed

+1
-1
lines changed

projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomContext2d.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ internal class DomContext2d(private val myContext2d: CanvasRenderingContext2D) :
9595
CompositeOperationType.CLEAR,
9696
CompositeOperationType.DST,
9797
-> "source-over".also {
98-
logger.info { "Missing implementation for $this, applying source-over" }
98+
logger.info { "Missing implementation for $type, applying $it" }
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)