Skip to content

Commit 6bb9714

Browse files
committed
[utbot-logs]
Logger qualification fix
1 parent fd83247 commit 6bb9714

File tree

1 file changed

+1
-1
lines changed
  • utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/instrumentation/execution/phases

1 file changed

+1
-1
lines changed

utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/instrumentation/execution/phases/ExecutionPhase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.utbot.common.bracket
55
import org.utbot.instrumentation.instrumentation.execution.UtConcreteExecutionResult
66
import org.utbot.rd.debug
77

8-
private val logger = getLogger("ExecutionPhase")
8+
private val logger = getLogger<ExecutionPhase>()
99

1010
abstract class ExecutionPhaseException(override val message: String) : Exception()
1111

0 commit comments

Comments
 (0)